1.0.4 • Published 6 years ago

gitsby v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

GITSBY

Gitsby is a Interactive Command Line Application that speeds up git initialization process.

It performs following actions with one command: 1. Creates .gitignore file. 2. Creates a repository on Github. 3. Initializes .giton the remote. 4. Adds .gitignoreand makes the first default commit. 5. Pushes the changes to the repository.

Installing

Installing the package on the local machine.

npm install -g gitsby

To start the process, navigate to the working directory.

  1. Command without arguments.
gitsby 
  1. Command with arguments.
gitsby [repository-name] [repo-description]
Example:
gitsby hello-world "A starter repo"

Contributing

Any kind of contributions will be appreciated. PR away!

Authors

See also the list of contributors who participated in this project.