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

https://github.com/entria/cli-yargs-boilerplate

Simple Yargs boilerplate to create a CLI (command line interface)
https://github.com/entria/cli-yargs-boilerplate

boilerplate cli yargs

Last synced: about 1 year ago
JSON representation

Simple Yargs boilerplate to create a CLI (command line interface)

Awesome Lists containing this project

README

          

# Cli Yargs Boilerplate

What is inside ?

- babel (es2015, stage-0, flow)
- flow (flow-bin, flow-coverage, flow-typed)
- jest
- prettier (pre-commit, lint-staged)
- yargs - to handle cli input

What is missing ?

- eslint
- ?

Based on https://github.com/entria/yarn-package-boilerplate