UNPKG

kittenpkg

Version:

A reliable and safe package installer

11 lines (7 loc) 255 B
import GitHub from "github.js"; var ghdownload = require('github-download') gh = new GitHub(); repo = gh.getRepositiory('kittenpkg','kitten'); function kitten(install) { ghdownload({user: 'kittenpkg', repo: 'kitten', ref: install}, process.cwd()) };