1.0.2 • Published 7 years ago
cli-starter v1.0.2
CLI Starter
A bare bones starter for Node CLI that focuses only on the addition of commands.
Installation
npm install cli-starter -g
Usage
- clone repo
- change
fu
inbin/fu
to your project name - run
npm link
- start adding commands
CLI Starter does not use async
or await
nor any other deps except for
processing args and chalk. That's it, you choose your own path from here.
What You Could Do
- Add more commands
- Install more CLI specific packages like
chalk
,clui
,figlet
,inquirer
,clear
- Fetch some data
- Write and read from the file system