|
17 | 17 | "path": "./lib/node_modules/@stdlib/_tools/bundle/pkg-list/bin/cli", |
18 | 18 | "group": "Tools" |
19 | 19 | }, |
| 20 | + { |
| 21 | + "cmd": "capitalize", |
| 22 | + "desc": "Capitalize the first character in a string.", |
| 23 | + "path": "./lib/node_modules/@stdlib/string/capitalize/bin/cli", |
| 24 | + "group": "Utils" |
| 25 | + }, |
20 | 26 | { |
21 | 27 | "cmd": "configdir", |
22 | 28 | "desc": "Configuration directory path.", |
|
35 | 41 | "path": "./lib/node_modules/@stdlib/datasets/bin/cli", |
36 | 42 | "group": "" |
37 | 43 | }, |
| 44 | + { |
| 45 | + "cmd": "ends-with", |
| 46 | + "desc": "Test if a string ends with another string.", |
| 47 | + "path": "./lib/node_modules/@stdlib/string/ends-with/bin/cli", |
| 48 | + "group": "Utils" |
| 49 | + }, |
| 50 | + { |
| 51 | + "cmd": "from-code-point", |
| 52 | + "desc": "Create a string from a sequence of code points.", |
| 53 | + "path": "./lib/node_modules/@stdlib/string/from-code-point/bin/cli", |
| 54 | + "group": "Utils" |
| 55 | + }, |
38 | 56 | { |
39 | 57 | "cmd": "homedir", |
40 | 58 | "desc": "Home directory path.", |
41 | 59 | "path": "./lib/node_modules/@stdlib/os/homedir/bin/cli", |
42 | 60 | "group": "System" |
43 | 61 | }, |
| 62 | + { |
| 63 | + "cmd": "left-pad", |
| 64 | + "desc": "Left pad a string.", |
| 65 | + "path": "./lib/node_modules/@stdlib/string/left-pad/bin/cli", |
| 66 | + "group": "Utils" |
| 67 | + }, |
| 68 | + { |
| 69 | + "cmd": "left-trim", |
| 70 | + "desc": "Left trim a string.", |
| 71 | + "path": "./lib/node_modules/@stdlib/string/left-trim/bin/cli", |
| 72 | + "group": "Utils" |
| 73 | + }, |
| 74 | + { |
| 75 | + "cmd": "lowercase", |
| 76 | + "desc": "Lowercase a string.", |
| 77 | + "path": "./lib/node_modules/@stdlib/string/lowercase/bin/cli", |
| 78 | + "group": "Utils" |
| 79 | + }, |
44 | 80 | { |
45 | 81 | "cmd": "ls", |
46 | 82 | "desc": "List stdlib package names.", |
|
71 | 107 | "path": "./lib/node_modules/@stdlib/os/num-cpus/bin/cli", |
72 | 108 | "group": "System" |
73 | 109 | }, |
| 110 | + { |
| 111 | + "cmd": "pad", |
| 112 | + "desc": "Pad a string.", |
| 113 | + "path": "./lib/node_modules/@stdlib/string/pad/bin/cli", |
| 114 | + "group": "Utils" |
| 115 | + }, |
| 116 | + { |
| 117 | + "cmd": "percent-encode", |
| 118 | + "desc": "Percent-encode a UTF-16 encoded string.", |
| 119 | + "path": "./lib/node_modules/@stdlib/string/percent-encode/bin/cli", |
| 120 | + "group": "Utils" |
| 121 | + }, |
74 | 122 | { |
75 | 123 | "cmd": "platform", |
76 | 124 | "desc": "Platform.", |
77 | 125 | "path": "./lib/node_modules/@stdlib/os/platform/bin/cli", |
78 | 126 | "group": "System" |
79 | 127 | }, |
| 128 | + { |
| 129 | + "cmd": "remove-first", |
| 130 | + "desc": "Remove the first character in a string.", |
| 131 | + "path": "./lib/node_modules/@stdlib/string/remove-first/bin/cli", |
| 132 | + "group": "Utils" |
| 133 | + }, |
| 134 | + { |
| 135 | + "cmd": "remove-last", |
| 136 | + "desc": "Remove the last character in a string.", |
| 137 | + "path": "./lib/node_modules/@stdlib/string/remove-last/bin/cli", |
| 138 | + "group": "Utils" |
| 139 | + }, |
| 140 | + { |
| 141 | + "cmd": "remove-punctuation", |
| 142 | + "desc": "Remove punctuation characters from a string.", |
| 143 | + "path": "./lib/node_modules/@stdlib/string/remove-punctuation/bin/cli", |
| 144 | + "group": "Utils" |
| 145 | + }, |
| 146 | + { |
| 147 | + "cmd": "remove-utf8-bom", |
| 148 | + "desc": "Remove a UTF-8 byte order mark (BOM).", |
| 149 | + "path": "./lib/node_modules/@stdlib/string/remove-first/bin/cli", |
| 150 | + "group": "Utils" |
| 151 | + }, |
| 152 | + { |
| 153 | + "cmd": "remove-words", |
| 154 | + "desc": "Remove a list of words from a string.", |
| 155 | + "path": "./lib/node_modules/@stdlib/string/remove-words/bin/cli", |
| 156 | + "group": "Utils" |
| 157 | + }, |
| 158 | + { |
| 159 | + "cmd": "repeat", |
| 160 | + "desc": "Repeat a string.", |
| 161 | + "path": "./lib/node_modules/@stdlib/string/repeat/bin/cli", |
| 162 | + "group": "Utils" |
| 163 | + }, |
80 | 164 | { |
81 | 165 | "cmd": "repl", |
82 | 166 | "desc": "Start a REPL.", |
83 | 167 | "path": "./lib/node_modules/@stdlib/repl/bin/cli", |
84 | 168 | "group": "" |
85 | 169 | }, |
| 170 | + { |
| 171 | + "cmd": "replace", |
| 172 | + "desc": "Replace search occurrences in a string.", |
| 173 | + "path": "./lib/node_modules/@stdlib/string/replace/bin/cli", |
| 174 | + "group": "Utils" |
| 175 | + }, |
| 176 | + { |
| 177 | + "cmd": "reverse", |
| 178 | + "desc": "Reverse a string.", |
| 179 | + "path": "./lib/node_modules/@stdlib/string/reverse/bin/cli", |
| 180 | + "group": "Utils" |
| 181 | + }, |
| 182 | + { |
| 183 | + "cmd": "right-pad", |
| 184 | + "desc": "Right pad a string.", |
| 185 | + "path": "./lib/node_modules/@stdlib/string/right-pad/bin/cli", |
| 186 | + "group": "Utils" |
| 187 | + }, |
| 188 | + { |
| 189 | + "cmd": "right-trim", |
| 190 | + "desc": "Right trim a string.", |
| 191 | + "path": "./lib/node_modules/@stdlib/string/right-trim/bin/cli", |
| 192 | + "group": "Utils" |
| 193 | + }, |
86 | 194 | { |
87 | 195 | "cmd": "sparkline", |
88 | 196 | "desc": "Plot a sparkline.", |
89 | 197 | "path": "./lib/node_modules/@stdlib/plot/sparklines/unicode/bin/cli", |
90 | 198 | "group": "Plot" |
91 | 199 | }, |
| 200 | + { |
| 201 | + "cmd": "startcase", |
| 202 | + "desc": "Capitalize each word in a string.", |
| 203 | + "path": "./lib/node_modules/@stdlib/string/startcase/bin/cli", |
| 204 | + "group": "Utils" |
| 205 | + }, |
| 206 | + { |
| 207 | + "cmd": "starts-with", |
| 208 | + "desc": "Test if a string starts with another string.", |
| 209 | + "path": "./lib/node_modules/@stdlib/string/starts-with/bin/cli", |
| 210 | + "group": "Utils" |
| 211 | + }, |
92 | 212 | { |
93 | 213 | "cmd": "tmpdir", |
94 | 214 | "desc": "Directory path for storing temporary files.", |
95 | 215 | "path": "./lib/node_modules/@stdlib/os/tmpdir/bin/cli", |
96 | 216 | "group": "System" |
97 | 217 | }, |
| 218 | + { |
| 219 | + "cmd": "trim", |
| 220 | + "desc": "Trim a string.", |
| 221 | + "path": "./lib/node_modules/@stdlib/string/trim/bin/cli", |
| 222 | + "group": "Utils" |
| 223 | + }, |
98 | 224 | { |
99 | 225 | "cmd": "umask", |
100 | 226 | "desc": "Process mask.", |
101 | 227 | "path": "./lib/node_modules/@stdlib/process/umask/bin/cli", |
102 | 228 | "group": "System" |
| 229 | + }, |
| 230 | + { |
| 231 | + "cmd": "uncapitalize", |
| 232 | + "desc": "Uncapitalize a string.", |
| 233 | + "path": "./lib/node_modules/@stdlib/string/uncapitalize/bin/cli", |
| 234 | + "group": "Utils" |
| 235 | + }, |
| 236 | + { |
| 237 | + "cmd": "uppercase", |
| 238 | + "desc": "Uppercase a string.", |
| 239 | + "path": "./lib/node_modules/@stdlib/string/uppercase/bin/cli", |
| 240 | + "group": "Utils" |
103 | 241 | } |
104 | 242 | ] |
0 commit comments