Go to file
Piotr Rogowski 46edf163d8
0.6.0
2022-10-18 12:50:07 +02:00
.github Bump GH actions (#128) 2022-10-18 12:20:48 +02:00
.vscode Add cli validate command (#124) 2022-10-18 11:52:40 +02:00
src 0.6.0 2022-10-18 12:50:07 +02:00
test Revert "Fix invalid character in const naming (#119)" (#121) 2022-10-11 22:59:36 +02:00
.editorconfig Initial commit 2021-09-26 18:28:35 +02:00
.eslintignore Initial commit 2021-09-26 18:28:35 +02:00
.eslintrc.yml Initial commit 2021-09-26 18:28:35 +02:00
.gitignore Handle new INI version, change API (#48) 2022-01-16 16:20:56 +01:00
.npmignore Initial commit 2021-09-26 18:28:35 +02: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 Add `version` command (#129) 2022-10-18 12:48:40 +02:00
package-lock.json 0.6.0 2022-10-18 12:50:07 +02:00
package.json 0.6.0 2022-10-18 12:50:07 +02: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:

@speedy-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