- Fancy CLI interface to generate a new project from a boilerplate
- Update & customize existing
package.json
- Update existing
LICENSE
accordingly to the updated package.json, create it if none - Update existing
README
, create it if none - Clear existing
.git
- Quickly re-init the git folder and add your git remote repository
- Minimal module: only 4 dependencies
$ npm install -g unboil
$ cd my-project
$ unboil
MIT.