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)
- Host: GitHub
- URL: https://github.com/entria/cli-yargs-boilerplate
- Owner: entria
- Created: 2017-06-22T17:42:56.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-21T19:23:34.000Z (about 8 years ago)
- Last Synced: 2025-04-12T09:12:51.021Z (about 1 year ago)
- Topics: boilerplate, cli, yargs
- Language: JavaScript
- Size: 43 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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