igm

2.7.8 • Public • Published

igm - Interactive Git Modified CLI

npm version npm downloads GitHub stars David Dependencies GitHub issues

📦 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

  1. nodejs
  2. meow
  3. execa
  4. inquirer
  5. node-fetch
  6. ora

Package Sidebar

Install

npm i igm

Weekly Downloads

4

Version

2.7.8

License

ISC

Unpacked Size

24 kB

Total Files

12

Last publish

Collaborators

  • yatharth1706