https://github.com/foxfirecodes/rawrgs
A super lightweight argument parser for Node.JS with zero external dependencies
https://github.com/foxfirecodes/rawrgs
Last synced: 2 months ago
JSON representation
A super lightweight argument parser for Node.JS with zero external dependencies
- Host: GitHub
- URL: https://github.com/foxfirecodes/rawrgs
- Owner: foxfirecodes
- License: mit
- Created: 2018-01-17T22:49:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T22:49:58.000Z (over 8 years ago)
- Last Synced: 2025-02-10T08:17:27.969Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rawrgs
> A super lightweight argument parser for Node.JS with zero external dependencies
## Installation
```bash
yarn add rawrgs
```
```bash
npm install --save rawrgs
```