Go to file
Piotr Rogowski 13eb0edbf9
0.7.5
2022-12-01 22:51:56 +01:00
.github Try to fix GH token 2022-11-03 09:17:55 +01:00
.vscode Switch from ESLint to Rome (#145) 2022-12-01 22:51:23 +01:00
src Switch from ESLint to Rome (#145) 2022-12-01 22:51:23 +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
.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 0.7.5 2022-12-01 22:51:56 +01:00
package.json 0.7.5 2022-12-01 22:51:56 +01:00
rome.json Switch from ESLint to Rome (#145) 2022-12-01 22:51:23 +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