init-hub
v1.0.1
Published
CLI tool for initializing a repo on GitHub
Downloads
2
Readme
initHUB
A simple CLI tool that initializes git for your project. The tool uses your terminal to ask a series of questions, the questions are the most common ones asked when creating a repo on GitHub. Bitbucket and GitLabs will be added over the course of time. With this package you will no longer have to manually go to GitHub, GitLab or Bitbucket to create a repo and copy all of the commands like:
git init
git add .
git commit -m "Initial commit"
it's all handled in with this tool.
Install globally
npm i -g inithub
After you have installed the module globally using the above command you can run
inithub
from any project folder whether you have already created a project and haven't created a repo or one you are building from scratch. Hope you enjoy.
Steps to install and use
Please clone or fork then clone from https://github.com/RedHoodJT1988/initHUB
Once you have cloned the repo follow these steps to run it locally and make sure its working on your machine.
cd <name of directory of repo>
npm i
npm start