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

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

Awesome Lists containing this project

README

          

# :wave: Binit

[![npm version](https://badge.fury.io/js/%40thejacobdev%2Fbinit.svg)](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:

![demo gif](https://media.giphy.com/media/y82raOBrEWqtUPP4ym/giphy.gif)

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