Skip to content

UmbraEngineering/node-grab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published