mirror of https://github.com/hyper-tuner/ini.git
d8e322be6f
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> |
||
---|---|---|
.github | ||
.vscode | ||
src | ||
test | ||
.editorconfig | ||
.gitignore | ||
.npmrc | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json | ||
rome.json | ||
tsconfig.json |
README.md
📦 HyperTuner INI parser
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