0.1.3 • Published 6 years ago

ginit-node-cli v0.1.3

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

ginit-node-cli

Utility that helps me to create a remote repository on github and attach it to my current local project creating a git repository where the command is executed.

The project is structured in order to add new features easily, it is up to you if you want to add it.

Installation

// Install globally
npm i -g ginit-node-cli 

// Install as dev dep
npm i -D ginit-node-cli 

Usage

  Usage

    ginit-node-cli [command]

  Commands

    create Initialize current directory as git repository

  Options

    --version, -v        Print version
    --help, -h           Print help

  Examples
    ginit-node-cli create # Initialize current directory as git repository