|
11 | 11 | "path": "@stdlib/os/arch", |
12 | 12 | "group": "system" |
13 | 13 | }, |
| 14 | + { |
| 15 | + "command": "bench", |
| 16 | + "description": "Run JavaScript benchmark files.", |
| 17 | + "path": "@stdlib/bench", |
| 18 | + "group": "utils" |
| 19 | + }, |
14 | 20 | { |
15 | 21 | "command": "bundle-pkg-list", |
16 | 22 | "description": "Bundle a list of stdlib packages.", |
|
47 | 53 | "path": "@stdlib/string/ends-with", |
48 | 54 | "group": "utils" |
49 | 55 | }, |
| 56 | + { |
| 57 | + "command": "exists", |
| 58 | + "description": "Test if a file exists.", |
| 59 | + "path": "@stdlib/fs/exists", |
| 60 | + "group": "fs" |
| 61 | + }, |
50 | 62 | { |
51 | 63 | "command": "from-code-point", |
52 | 64 | "description": "Create a string from code points.", |
|
377 | 389 | "path": "@stdlib/os/platform", |
378 | 390 | "group": "system" |
379 | 391 | }, |
| 392 | + { |
| 393 | + "command": "read-dir", |
| 394 | + "description": "Read all files in a directory.", |
| 395 | + "path": "@stdlib/fs/read-dir", |
| 396 | + "group": "fs" |
| 397 | + }, |
| 398 | + { |
| 399 | + "command": "read-file", |
| 400 | + "description": "Read a file.", |
| 401 | + "path": "@stdlib/fs/read-file", |
| 402 | + "group": "fs" |
| 403 | + }, |
| 404 | + { |
| 405 | + "command": "read-file-list", |
| 406 | + "description": "Read a list of files.", |
| 407 | + "path": "@stdlib/fs/read-file-list", |
| 408 | + "group": "fs" |
| 409 | + }, |
380 | 410 | { |
381 | 411 | "command": "remove-first", |
382 | 412 | "description": "Remove the first character in a string.", |
|
407 | 437 | "path": "@stdlib/string/remove-words", |
408 | 438 | "group": "utils" |
409 | 439 | }, |
| 440 | + { |
| 441 | + "command": "rename", |
| 442 | + "description": "Rename a file.", |
| 443 | + "path": "@stdlib/fs/rename", |
| 444 | + "group": "fs" |
| 445 | + }, |
410 | 446 | { |
411 | 447 | "command": "repstr", |
412 | 448 | "description": "Repeat a string.", |
|
425 | 461 | "path": "@stdlib/string/replace", |
426 | 462 | "group": "utils" |
427 | 463 | }, |
| 464 | + { |
| 465 | + "command": "resolve-parent-path", |
| 466 | + "description": "Resolve a path by walking parent directories.", |
| 467 | + "path": "@stdlib/fs/resolve-parent-path", |
| 468 | + "group": "fs" |
| 469 | + }, |
428 | 470 | { |
429 | 471 | "command": "reverse", |
430 | 472 | "description": "Reverse a string.", |
|
485 | 527 | "path": "@stdlib/string/uncapitalize", |
486 | 528 | "group": "utils" |
487 | 529 | }, |
| 530 | + { |
| 531 | + "command": "unlink", |
| 532 | + "description": "Remove a file.", |
| 533 | + "path": "@stdlib/fs/unlink", |
| 534 | + "group": "fs" |
| 535 | + }, |
488 | 536 | { |
489 | 537 | "command": "uppercase", |
490 | 538 | "description": "Uppercase a string.", |
491 | 539 | "path": "@stdlib/string/uppercase", |
492 | 540 | "group": "utils" |
| 541 | + }, |
| 542 | + { |
| 543 | + "command": "write-file", |
| 544 | + "description": "Write to file.", |
| 545 | + "path": "@stdlib/fs/write-file", |
| 546 | + "group": "fs" |
493 | 547 | } |
494 | 548 | ] |
0 commit comments