Skip to content

A boilerplate to write CLI applications in modern js based on vorpal w/ Webpack + Babel (ES6)

License

Notifications You must be signed in to change notification settings

biering/js-cli-boilerplate

Repository files navigation

js-cli-boilerplate

A boilerplate to write CLI applications in modern JS based on vorpal w/ Webpack + Babel (ES6)

The webpack-babel setup is based on https://github.com/resisttheurge/babel-webpack-package-boilerplate.

Install

# clone boilerplate project
git clone https://github.com/chryb/js-cli-boilerplate

cd js-cli-boilerplate

npm install

# build project
npm run build

# or
npm run build:watch

# start cli
npm start

License

Copyright (c) 2017 Christoph Biering, Licensed under the MIT license.

About

A boilerplate to write CLI applications in modern js based on vorpal w/ Webpack + Babel (ES6)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published