hyper-tuner / ini

πŸ“¦ INI parser

Home Page:https://hypertuner.cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“¦ 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

About

πŸ“¦ INI parser

https://hypertuner.cloud

License:MIT License


Languages

Language:TypeScript 89.4%Language:JavaScript 10.6%