Skip to content

Commit 1454e56

Browse files
committed
Rename groups
1 parent 0c9b2a7 commit 1454e56

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

bin/cli_commands.json

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"command": "bench",
1616
"description": "Run JavaScript benchmark files.",
1717
"path": "@stdlib/bench",
18-
"group": "utils"
18+
"group": "utilities"
1919
},
2020
{
2121
"command": "bundle-pkg-list",
@@ -27,7 +27,7 @@
2727
"command": "capitalize",
2828
"description": "Capitalize the first character in a string.",
2929
"path": "@stdlib/string/capitalize",
30-
"group": "utils"
30+
"group": "utilities"
3131
},
3232
{
3333
"command": "configdir",
@@ -51,19 +51,19 @@
5151
"command": "ends-with",
5252
"description": "Test if a string ends with another string.",
5353
"path": "@stdlib/string/ends-with",
54-
"group": "utils"
54+
"group": "utilities"
5555
},
5656
{
5757
"command": "exists",
5858
"description": "Test if a file exists.",
5959
"path": "@stdlib/fs/exists",
60-
"group": "fs"
60+
"group": "filesystem"
6161
},
6262
{
6363
"command": "from-code-point",
6464
"description": "Create a string from code points.",
6565
"path": "@stdlib/string/from-code-point",
66-
"group": "utils"
66+
"group": "utilities"
6767
},
6868
{
6969
"command": "has-arraybuffer-support",
@@ -327,19 +327,19 @@
327327
"command": "lpad",
328328
"description": "Left pad a string.",
329329
"path": "@stdlib/string/left-pad",
330-
"group": "utils"
330+
"group": "utilities"
331331
},
332332
{
333333
"command": "ltrim",
334334
"description": "Left trim a string.",
335335
"path": "@stdlib/string/left-trim",
336-
"group": "utils"
336+
"group": "utilities"
337337
},
338338
{
339339
"command": "lowercase",
340340
"description": "Lowercase a string.",
341341
"path": "@stdlib/string/lowercase",
342-
"group": "utils"
342+
"group": "utilities"
343343
},
344344
{
345345
"command": "ls",
@@ -375,13 +375,13 @@
375375
"command": "padstr",
376376
"description": "Pad a string.",
377377
"path": "@stdlib/string/pad",
378-
"group": "utils"
378+
"group": "utilities"
379379
},
380380
{
381381
"command": "percent-encode",
382382
"description": "Percent-encode a UTF-16 encoded string.",
383383
"path": "@stdlib/string/percent-encode",
384-
"group": "utils"
384+
"group": "utilities"
385385
},
386386
{
387387
"command": "platform",
@@ -393,61 +393,61 @@
393393
"command": "read-dir",
394394
"description": "Read all files in a directory.",
395395
"path": "@stdlib/fs/read-dir",
396-
"group": "fs"
396+
"group": "filesystem"
397397
},
398398
{
399399
"command": "read-file",
400400
"description": "Read a file.",
401401
"path": "@stdlib/fs/read-file",
402-
"group": "fs"
402+
"group": "filesystem"
403403
},
404404
{
405405
"command": "read-file-list",
406406
"description": "Read a list of files.",
407407
"path": "@stdlib/fs/read-file-list",
408-
"group": "fs"
408+
"group": "filesystem"
409409
},
410410
{
411411
"command": "remove-first",
412412
"description": "Remove the first character in a string.",
413413
"path": "@stdlib/string/remove-first",
414-
"group": "utils"
414+
"group": "utilities"
415415
},
416416
{
417417
"command": "remove-last",
418418
"description": "Remove the last character in a string.",
419419
"path": "@stdlib/string/remove-last",
420-
"group": "utils"
420+
"group": "utilities"
421421
},
422422
{
423423
"command": "remove-punctuation",
424424
"description": "Remove punctuation characters from a string.",
425425
"path": "@stdlib/string/remove-punctuation",
426-
"group": "utils"
426+
"group": "utilities"
427427
},
428428
{
429429
"command": "remove-utf8-bom",
430430
"description": "Remove a UTF-8 byte order mark (BOM).",
431431
"path": "@stdlib/string/remove-first",
432-
"group": "utils"
432+
"group": "utilities"
433433
},
434434
{
435435
"command": "remove-words",
436436
"description": "Remove a list of words from a string.",
437437
"path": "@stdlib/string/remove-words",
438-
"group": "utils"
438+
"group": "utilities"
439439
},
440440
{
441441
"command": "rename",
442442
"description": "Rename a file.",
443443
"path": "@stdlib/fs/rename",
444-
"group": "fs"
444+
"group": "filesystem"
445445
},
446446
{
447447
"command": "repstr",
448448
"description": "Repeat a string.",
449449
"path": "@stdlib/string/repeat",
450-
"group": "utils"
450+
"group": "utilities"
451451
},
452452
{
453453
"command": "repl",
@@ -459,31 +459,31 @@
459459
"command": "replace",
460460
"description": "Replace search occurrences in a string.",
461461
"path": "@stdlib/string/replace",
462-
"group": "utils"
462+
"group": "utilities"
463463
},
464464
{
465465
"command": "resolve-parent-path",
466466
"description": "Resolve a path by walking parent directories.",
467467
"path": "@stdlib/fs/resolve-parent-path",
468-
"group": "fs"
468+
"group": "filesystem"
469469
},
470470
{
471471
"command": "reverse",
472472
"description": "Reverse a string.",
473473
"path": "@stdlib/string/reverse",
474-
"group": "utils"
474+
"group": "utilities"
475475
},
476476
{
477477
"command": "rpad",
478478
"description": "Right pad a string.",
479479
"path": "@stdlib/string/right-pad",
480-
"group": "utils"
480+
"group": "utilities"
481481
},
482482
{
483483
"command": "rtrim",
484484
"description": "Right trim a string.",
485485
"path": "@stdlib/string/right-trim",
486-
"group": "utils"
486+
"group": "utilities"
487487
},
488488
{
489489
"command": "sparkline",
@@ -495,13 +495,13 @@
495495
"command": "startcase",
496496
"description": "Capitalize each word in a string.",
497497
"path": "@stdlib/string/startcase",
498-
"group": "utils"
498+
"group": "utilities"
499499
},
500500
{
501501
"command": "starts-with",
502502
"description": "Test if a string starts with another string.",
503503
"path": "@stdlib/string/starts-with",
504-
"group": "utils"
504+
"group": "utilities"
505505
},
506506
{
507507
"command": "tmpdir",
@@ -513,7 +513,7 @@
513513
"command": "trim",
514514
"description": "Trim a string.",
515515
"path": "@stdlib/string/trim",
516-
"group": "utils"
516+
"group": "utilities"
517517
},
518518
{
519519
"command": "umask",
@@ -525,24 +525,24 @@
525525
"command": "uncapitalize",
526526
"description": "Uncapitalize a string.",
527527
"path": "@stdlib/string/uncapitalize",
528-
"group": "utils"
528+
"group": "utilities"
529529
},
530530
{
531531
"command": "unlink",
532532
"description": "Remove a file.",
533533
"path": "@stdlib/fs/unlink",
534-
"group": "fs"
534+
"group": "filesystem"
535535
},
536536
{
537537
"command": "uppercase",
538538
"description": "Uppercase a string.",
539539
"path": "@stdlib/string/uppercase",
540-
"group": "utils"
540+
"group": "utilities"
541541
},
542542
{
543543
"command": "write-file",
544544
"description": "Write to file.",
545545
"path": "@stdlib/fs/write-file",
546-
"group": "fs"
546+
"group": "filesystem"
547547
}
548548
]

bin/usage.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Assert:
5757
is-uri Assert if a value is a URI.
5858
is-whitespace Assert if a value is only whitespace.
5959

60-
Fs:
60+
Filesystem:
6161

6262
exists Test if a file exists.
6363
read-dir Read all files in a directory.
@@ -94,7 +94,7 @@ Tools:
9494

9595
bundle-pkg-list Bundle a list of stdlib packages.
9696

97-
Utils:
97+
Utilities:
9898

9999
bench Run JavaScript benchmark files.
100100
capitalize Capitalize the first character in a string.

0 commit comments

Comments
 (0)