Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A console based Node.js Application.

sanjaysanjel019/ginit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GINIT - A Console based Application using Node.js

What is Ginit?

It's a command based utility that helps you to create a Github repo without visiting Github directly from your console.

Snapshot

GitHub Logo

What it does ?

  • Creates a Repo for you
  • Initializes the Description
  • Gives you option to choose public or private repos.
  • Adds initial commit
  • Gives simple CLI to create and initialize your first commit.

What Libraries are used

  • Chalk (to make colorful output)
  • clui (add visual components)
  • figlet (ASCII based banner)
  • clear ( to clear the console)
  • I/O (Readline)
  • minimist (parse command line arguments)
  • configstore (loads and save config)

How to use the program

  1. Download or Clone the project
  2. Run npm install to install all the necessay dependencies
  3. Run npm install -g inside the project folder to install the package globally.
  4. For running the program, just type ginit in the console in your working projet directory.

Creators

I have not created this application but have followed through a Sitepoint tutorial.

Authors

  1. Lukas White
  2. James Hibbard

Note: I do not own the original code and all credit goes to the author themselves. I'm just presenting here so that it will be easier for normal users to find what's going on.

About

A console based Node.js Application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published