An open API service indexing awesome lists of open source software.

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

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
```