Go to file
dependabot[bot] d8e322be6f
Bump @types/node from 18.14.4 to 18.14.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.4 to 18.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-06 18:06:10 +00:00
.github Try to fix GH token 2022-11-03 09:17:55 +01:00
.vscode Update dependencies 2023-03-02 23:32:37 +01:00
src Handle global dialogs 2023-03-02 23:32:59 +01:00
test Handle triple condition in dialog field (#150) 2022-12-11 18:41:33 +01:00
.editorconfig Initial commit 2021-09-26 18:28:35 +02:00
.gitignore Switch from ESLint to Rome (#145) 2022-12-01 22:51:23 +01:00
.npmrc Rename organisation 2022-07-01 00:44:57 +02:00
LICENSE Rename organisation 2022-07-01 00:44:57 +02:00
README.md Update `202207`, add `generate` script (#130) 2022-10-18 14:13:52 +02:00
package-lock.json Bump @types/node from 18.14.4 to 18.14.6 2023-03-06 18:06:10 +00:00
package.json Bump @types/node from 18.14.4 to 18.14.6 2023-03-06 18:06:10 +00:00
rome.json Update Rome 2022-12-06 20:57:59 +01:00
tsconfig.json Initial commit 2021-09-26 18:28:35 +02:00

README.md

📦 HyperTuner INI parser

Lint and test CodeQL Maintainability Test Coverage License

Installation

Make sure you have registry specified in the .npmrc file:

@hyper-tuner:registry=https://npm.pkg.github.com

Authenticate to GitHub Packages:

authenticating-to-github-packages

Proceed with the installation:

npm i --save @hyper-tuner/ini

CLI capabilities

You can also run this package as a CLI tool.

First you need to authenticate to GitHub Packages:

npm login --scope=@hyper-tuner --registry=https://npm.pkg.github.com

> Username: USERNAME
> Password: TOKEN
> Email: PUBLIC-EMAIL-ADDRESS

No you can run the tool:

npx hyper-tuner/ini validate test/data/ini/202103.ini