1.0.2 • Published 7 years ago

git-idle v1.0.2

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

Git IDLE

Build Status Coverage Status

A CLI to list, download and install dependencies direct from a github repository!

Example CLI running

Installing

$ npm install -g git-idle

How to use

git-idle --help

  Usage: main <user> [options]

    CLI to download a repository from a github user and install dependencies


    Options:

      -V, --version          Output the version number
      -f, --filter <filter>  Filter for a specific name included
      -n, --notforked        Show only not forked repositorires
      -s, --skip             Skip install dependencies
      -h, --help             Output usage information

Built With

  • Listr - Terminal task list
  • Inquirer.js - A collection of common interactive command line user interfaces.
  • Request - Simplified HTTP request client.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Author

  • Thadeu Cotts - Initial Project

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Willian Justen - By helping me with a thousand of doubts when I was creating that CLI and how to make my TDD better.

  • Evandro Ribeiro - For some ideas that helped me to create this CLI