0.1.4 • Published 7 years ago

gitsc v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Github Search and Clone Repositories

Requirements

Requires git.

Installation

This package is available on npm as: gitsc

$ npm install -g gitsc

Usage

$ gitsc "repository search keywords"

API Usage

###Install locally via npm

npm install gitsc

###Require module

var gitsc = require("gitsc");
gitsc.search("repository search keywords");

License

gitsc is licensed under the MIT License.