Go to file
Piotr Rogowski 67cef66084
Update GH token
2022-10-31 18:11:23 +01:00
.github Update GH token 2022-10-31 18:11:23 +01:00
.vscode rusEFI initial support (#141) 2022-10-31 17:59:28 +01:00
src rusEFI initial support (#141) 2022-10-31 17:59:28 +01:00
test rusEFI initial support (#141) 2022-10-31 17:59:28 +01: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
.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 0.7.0 2022-10-31 18:01:31 +01:00
package.json 0.7.0 2022-10-31 18:01:31 +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