underpants-cli
v0.9.2
Published
Underpants CLI
Downloads
8
Readme
underpants-cli
A simple CLI for underpants.
Installation
npm install -g underpants-cli
CLI commands
init
underpants init <name>
Where name is the directory to create for the new project.
Development
To validate (ESLint) & build (Babel) the CLI run:
npm start
Inside the root directory run the CLI commands as you were installed it globally. Just remember to build the library first using npm start
or npm run build
.
License
MIT © Franco Arza
Special mention
I wanted to mention that this development was contributed by Matias, thanks pal, this tool is great!