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
- Host: GitHub
- URL: https://github.com/brocessing/unboil
- Owner: brocessing
- License: mit
- Created: 2017-08-23T12:25:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T12:34:18.000Z (almost 9 years ago)
- Last Synced: 2025-04-08T06:47:52.962Z (about 1 year ago)
- Topics: boilerplate, cli
- Language: JavaScript
- Homepage:
- Size: 216 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
unboil
Boilerplate customiser for lazy people
## 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).