https://github.com/thejacobdev/binit
CLI tool for quickly creating a new project and Github repository from an existing boilerplate
https://github.com/thejacobdev/binit
boilerplate bootstrap cli init nodejs npm
Last synced: 28 days ago
JSON representation
CLI tool for quickly creating a new project and Github repository from an existing boilerplate
- Host: GitHub
- URL: https://github.com/thejacobdev/binit
- Owner: theJacobDev
- License: mit
- Created: 2018-06-26T11:37:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-26T21:32:27.000Z (almost 8 years ago)
- Last Synced: 2026-02-20T07:15:39.192Z (about 1 month ago)
- Topics: boilerplate, bootstrap, cli, init, nodejs, npm
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# :wave: Binit
[](https://badge.fury.io/js/%40thejacobdev%2Fbinit)
Binit is a **CLI** tool for you to quickly create a new project and Github repository from an existing boilerplate being hostd as a git repo.
Follow me on [twitter](https://twitter.com/thejacobdev) or give this [project](https://github.com/theJacobDev/binit) a :star: if you find this tool useful :blue_heart:

### :wrench: Install
`yarn global add @thejacobdev/binit`
### :pencil2: Usage
**`binit`** in a folder you want your project to be
**`binit reset`** if you want to change last used Github account
### :sparkles: Features
- Clone and automatically reset local git repository
- Create new repository on Github (public or private)
- Push your first commit to newly created repository
## License
This project is licensed under the MIT License - see the LICENSE.md file for details