1.1.0 • Published 3 years ago

repo-retriever v1.1.0

Weekly downloads
12
License
-
Repository
-
Last release
3 years ago

repo-retriever

Retrieve and store GitHub repo as a zip archive.

This repo used to be part of an internal monolithic software I developed for a personal project.

They have been open-sourced and split into three repos:

TODO

  • Add tests and get 100% test coverage

  • Add other distributed version control and source management support

Install

Install with npm:

$ npm install repo-retriever

Usage

Using the CLI

$ node bin/repoRetriever.js --help
Options:
  --help                Show help                                      [boolean]
  --version             Show version number                            [boolean]
  --repo, -r            The name of the repo are trying to retrieve.
                                                             [string] [required]
  --owner, -o           The name of the owner of the repo you are trying to
                        retrieve.                            [string] [required]
  --branch, -b          The name of the branch of the repo you are trying to
                        retrieve.                            [string] [required]
  --githubToken, --ght  This is required when trying to retrieve private repos.
                                                                        [string]

About

Contributing

Pull requests are always welcome.

For bugs and feature requests, please create an issue.

Author

Basel Ahmed

License

Copyright © 2020, Basel Ahmed. Released under the MIT License.