UNPKG
kittenpkg
Version:
latest (1.1.2)
1.1.2
1.0.1
1.0.0
A reliable and safe package installer
github.com/kittenpkg/kitten
kittenpkg/kitten
kittenpkg
/
index.js
11 lines
(7 loc)
•
255 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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
()) };