init-hub

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i init-hub

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

9.65 kB

Total Files

7

Last publish

Collaborators

  • jonathanreeves