We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9860336 commit 6a6cf5fCopy full SHA for 6a6cf5f
bin/commands.json
@@ -1,4 +1,8 @@
1
{
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
+ },
6
"datasets": {
7
"desc": "Retrieve a dataset.",
8
"path": "./lib/node_modules/@stdlib/datasets/bin/cli"
bin/usage.txt
@@ -8,6 +8,7 @@ Options:
Commands:
9
10
help [command] Print a help message.
11
+ bundle-pkg-list Bundle a list of packages into a single file.
12
datasets Retrieve a dataset.
13
ls List package names.
14
ls-tree Show package tree.
0 commit comments