0.2.1 • Published 8 years ago
clone-lite-cli v0.2.1
clone-lite
Have you ever wanted to run git clone on a single file? This CLI allows for you to do just that.
Below is an example of how to clone a single package.json file from a repo.
clone-lite https://github.com/owner/repo.git#version-or-branch package.jsonInstalling
To install run
npm install -g clone-liteFor private repos, you will need to have a person access token in the GITHUB_AUTH_TOKEN environment variable.
export GITHUB_AUTH_TOKEN=the-oauth-access-token