File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " subarg" ,
2+ "name" : " @minimistjs/ subarg" ,
33 "version" : " 1.0.0" ,
44 "description" : " parse arguments with recursive contexts" ,
55 "main" : " index.js" ,
1414 },
1515 "repository" : {
1616 "type" : " git" ,
17- "url" : " git://github.com/substack /subarg.git"
17+ "url" : " git://github.com/minimistjs /subarg.git"
1818 },
19- "homepage" : " https://github.com/substack /subarg" ,
19+ "homepage" : " https://github.com/minimistjs /subarg" ,
2020 "keywords" : [
2121 " argument" ,
2222 " option" ,
Original file line number Diff line number Diff line change 33parse arguments with recursive contexts using
44[ minimist] ( https://npmjs.org/package/minimist )
55
6- [ ![ testling badge] ( https://ci.testling.com/substack/subarg.png )] ( https://ci.testling.com/substack/subarg )
7-
8- [ ![ build status] ( https://secure.travis-ci.org/substack/subarg.png )] ( http://travis-ci.org/substack/subarg )
6+ [ ![ build status] ( https://secure.travis-ci.org/minimistjs/subarg.png )] ( http://travis-ci.org/minimistjs/subarg )
97
108This module is useful if you need to pass arguments into a piece of code without
119coordinating ahead of time with the main program, like with a plugin system.
1210
1311# example
1412
1513``` js
16- var subarg = require (' subarg' );
14+ var subarg = require (' @minimistjs/ subarg' );
1715var argv = subarg (process .argv .slice (2 ));
1816console .log (argv);
1917```
You can’t perform that action at this time.
0 commit comments