igm
v2.7.8
Published
[![npm version](https://img.shields.io/npm/v/igm.svg?style=flat-square)](https://www.npmjs.com/package/igm) [![npm downloads](https://img.shields.io/npm/dt/igm.svg?style=flat-square)](https://www.npmjs.com/package/igm) [![GitHub stars](https://img.shiel
Downloads
14
Maintainers
Readme
igm - Interactive Git Modified CLI
:package: Interactive Git CLI easy to use.
Install
npm install -g igm
Usage
$Usage
$ igm
$Options
--init, -i, Initialize git repository
--remote, -r, Add remote git url
--status, -s Shows changes of your git project
--add, -a Add all changes to staging area
--commit, -o Commit all changes locally
--push, -p push all changes to remote repository
--gitignore, -g Creates a gitignore file
--commitPush, -c Commit and Push to github Remote Repository
--help, -h Shows help for all commands
$Examples
$ igm -h
$ igm -a
$ igm -c
Tools Used
- nodejs
- meow
- execa
- inquirer
- node-fetch
- ora