1.0.2 • Published 9 years ago

node-grab v1.0.2

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

node-grab

A command line utility for grabbing the tip of repos off of GitHub

Install

$ npm install -g node-grab

Usage

grab <owner> <repo> [--branch=<branch>] [--https|--ssh] [--target=target]

This tool will "grab" the latest commit from the given github repo, but only the tip; None of the history will come with it. This is useful for starting new projects from a template, or if you want a copy of a library to use, but don't need to know the projects entire 5 year history.

$ grab UmbraEngineering node-grab