mirror of
https://github.com/agarrharr/awesome-cli-apps
synced 2025-07-03 03:48:15 +02:00
Add strip-json-comments-cli
This commit is contained in:
parent
237bc97192
commit
e43af638e2
1 changed files with 4 additions and 0 deletions
|
@ -178,6 +178,10 @@ Some fine resources to write your own CLI App.
|
|||
- [string-width-cli](https://github.com/sindresorhus/string-width-cli) - Get the visual width of a string - the number of columns required to display it
|
||||
- [find-versions-cli](https://github.com/sindresorhus/find-versions-cli) - Find semver versions in a string: unicorn v1.2.3 → 1.2.3
|
||||
|
||||
### Files
|
||||
|
||||
- [strip-json-comments-cli](https://github.com/sindresorhus/strip-json-comments-cli) - Strip comments from JSON. Lets you use comments in your JSON files!
|
||||
|
||||
### Directories
|
||||
|
||||
- [find-up-cli](https://github.com/sindresorhus/find-up-cli) - Find a file by walking up parent directories
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue