ini/README.md

23 lines
628 B
Markdown
Raw Normal View History

2021-09-26 09:28:35 -07:00
# 📦 SpeedyTuner INI parser
![master](https://github.com/speedy-tuner/ini/actions/workflows/lint.js.yml/badge.svg?branch=master)
![License](https://img.shields.io/github/license/speedy-tuner/ini)
## Installation
Make sure you have registry specified in the `.npmrc` file:
```bash
@speedy-tuner:registry=https://npm.pkg.github.com
```
Authenticate to GitHub Packages:
[authenticating-to-github-packages](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#authenticating-to-github-packages)
Proceed with the installation:
```bash
npm i --save @speedy-tuner/ini
```