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

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

shargs-opts is a type-based command-line options DSL for shargs 🦈.
https://github.com/yord/shargs-opts

command-line parser shargs

Last synced: 12 months ago
JSON representation

shargs-opts is a type-based command-line options DSL for shargs 🦈.

Awesome Lists containing this project

README

          

shargs-opts is a type-based command-line options DSL 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-opts
```

## Documentation

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

## Reporting Issues

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

## License

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

[actions]: https://github.com/Yord/shargs-opts/actions
[contribute]: https://github.com/Yord/shargs#contributing
[documentation]: https://github.com/Yord/shargs#command-line-options
[issues]: https://github.com/Yord/shargs/issues
[license]: https://github.com/Yord/shargs-opts/blob/master/LICENSE
[node]: https://nodejs.org/
[npm-package]: https://www.npmjs.com/package/shargs-opts
[shargs]: https://github.com/Yord/shargs
[shield-license]: https://img.shields.io/npm/l/shargs-opts?color=yellow&labelColor=313A42
[shield-node]: https://img.shields.io/node/v/shargs-opts?color=red&labelColor=313A42
[shield-npm]: https://img.shields.io/npm/v/shargs-opts.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-opts/workflows/linux/badge.svg?branch=master
[shield-unit-tests-macos]: https://github.com/Yord/shargs-opts/workflows/macos/badge.svg?branch=master
[shield-unit-tests-windows]: https://github.com/Yord/shargs-opts/workflows/windows/badge.svg?branch=master