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 🦈.
- Host: GitHub
- URL: https://github.com/yord/shargs-parser
- Owner: Yord
- License: mit
- Created: 2020-04-10T07:52:02.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-06T03:05:48.000Z (over 3 years ago)
- Last Synced: 2025-06-19T17:07:56.052Z (about 1 year ago)
- Topics: command-line, parser, shargs
- Language: JavaScript
- Homepage:
- Size: 547 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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