An open API service indexing awesome lists of open source software.

https://github.com/brocessing/unboil

:egg: Boilerplate customiser for lazy people
https://github.com/brocessing/unboil

boilerplate cli

Last synced: about 1 year ago
JSON representation

:egg: Boilerplate customiser for lazy people

Awesome Lists containing this project

README

          


logo

unboil


Boilerplate customiser for lazy people





License



Standard



Standard






## Features
- 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

## Installation
```sh
$ npm install -g unboil
```

## Usage
```sh
$ cd my-project
$ unboil
```

## License
[MIT](https://tldrlegal.com/license/mit-license).