Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/v-cli
https://github.com/daniel-le97/v-cli
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/v-cli
- Owner: daniel-le97
- License: unlicense
- Created: 2024-05-15T22:41:26.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T00:11:57.000Z (8 months ago)
- Last Synced: 2024-12-09T14:58:00.056Z (about 1 month ago)
- Language: V
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
a command line interface for common utilities built with v
no external deps are used
builds to ~900kb
```
Usage: cli [flags] [commands]cli for common task utils for my system
Flags:
-help Prints help information.
-man Prints the auto-generated manpage.Commands:
server starts a static web server on port 8080 with specified path or cwd
node Removes all node_modules from a cwd or specified paths
search searches for strings in specified paths
editor basic terminal text editor
pwgen generate a random password
help Prints help information.
man Prints the auto-generated manpage.
```