0.1.1 • Published 3 years ago

@btup/bootup v0.1.1

Weekly downloads
6
License
MIT
Repository
-
Last release
3 years ago

Bootup is the ultimate all-in-one command for open source contributors.

Install

npm install -g @btup/bootup

Usage

Bootup currently only works for repos hosted on GitHub.

bootup 
--help shows this.
--input="[input git repo]" tells me which git repo to clone.
--output="[which folder to clone into]" tells me which folder to clone into.
--branch="[what branch to create]" tells me which git branch to create.

Parameters --input, --output, and --branch are required. Otherwise it will just show an error.

For --input, you don't need to type in the whole git repo URL. Here's how you do it:

bootup --input="facebook/react" --output="react" --branch="test"

You'll still have to type in cd [insert folder here.] after it's done.

Why?

For convenience. Think of Bootup as create-react-app for open source contributors.

License

MIT

0.1.1

3 years ago

0.1.0

3 years ago