Skip to content
/ git-idle Public

List, clone and install dependencies from a github repository direct by terminal

License

Notifications You must be signed in to change notification settings

cotts/git-idle

Repository files navigation

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

About

List, clone and install dependencies from a github repository direct by terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published