Skip to content

Commit 6a6cf5f

Browse files
committed
Add bundle command
1 parent 9860336 commit 6a6cf5f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

bin/commands.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"bundle-pkg-list": {
3+
"desc": "Bundle a list of packages into a single file.",
4+
"path": "./lib/node_modules/@stdlib/_tools/bundle/pkg-list/bin/cli"
5+
},
26
"datasets": {
37
"desc": "Retrieve a dataset.",
48
"path": "./lib/node_modules/@stdlib/datasets/bin/cli"

bin/usage.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Options:
88
Commands:
99

1010
help [command] Print a help message.
11+
bundle-pkg-list Bundle a list of packages into a single file.
1112
datasets Retrieve a dataset.
1213
ls List package names.
1314
ls-tree Show package tree.

0 commit comments

Comments
 (0)