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

https://github.com/yord/shargs-parser

shargs-parser is a collection of parser checks and stages for shargs 🦈.
https://github.com/yord/shargs-parser

command-line parser shargs

Last synced: 11 months ago
JSON representation

shargs-parser is a collection of parser checks and stages for shargs 🦈.

Awesome Lists containing this project

README

          

shargs-parser is a collection of parser checks and stages for [shargs][shargs] 🦈.

See the [`shargs` github repository][shargs] for more details!

[![node version][shield-node]][node]
[![npm version][shield-npm]][npm-package]
[![license][shield-license]][license]
[![PRs Welcome][shield-prs]][contribute]
[![linux unit tests status][shield-unit-tests-linux]][actions]
[![macos unit tests status][shield-unit-tests-macos]][actions]
[![windows unit tests status][shield-unit-tests-windows]][actions]

## Installation

```bash
$ npm install --save shargs-parser
```

## Documentation

`shargs-parser` is documented in the [command-line parsers section][documentation] of the [`shargs`][shargs] repository.

## Reporting Issues

Please report issues [in the `shargs` tracker][issues]!

## License

`shargs-parser` is [MIT licensed][license].

[actions]: https://github.com/Yord/shargs-parser/actions
[contribute]: https://github.com/Yord/shargs#contributing
[documentation]: https://github.com/Yord/shargs#command-line-parsers
[issues]: https://github.com/Yord/shargs/issues
[license]: https://github.com/Yord/shargs-parser/blob/master/LICENSE
[node]: https://nodejs.org/
[npm-package]: https://www.npmjs.com/package/shargs-parser
[shargs]: https://github.com/Yord/shargs
[shield-license]: https://img.shields.io/npm/l/shargs-parser?color=yellow&labelColor=313A42
[shield-node]: https://img.shields.io/node/v/shargs-parser?color=red&labelColor=313A42
[shield-npm]: https://img.shields.io/npm/v/shargs-parser.svg?color=orange&labelColor=313A42
[shield-prs]: https://img.shields.io/badge/PRs-welcome-green.svg?labelColor=313A42
[shield-unit-tests-linux]: https://github.com/Yord/shargs-parser/workflows/linux/badge.svg?branch=master
[shield-unit-tests-macos]: https://github.com/Yord/shargs-parser/workflows/macos/badge.svg?branch=master
[shield-unit-tests-windows]: https://github.com/Yord/shargs-parser/workflows/windows/badge.svg?branch=master