https://github.com/opencodeco/ctl
🐚 A template for Command Line Applications using plain-old Shell Script.
https://github.com/opencodeco/ctl
bash cli console ctl script shell terminal
Last synced: 11 months ago
JSON representation
🐚 A template for Command Line Applications using plain-old Shell Script.
- Host: GitHub
- URL: https://github.com/opencodeco/ctl
- Owner: opencodeco
- License: mit
- Created: 2023-08-04T23:28:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T23:41:32.000Z (over 2 years ago)
- Last Synced: 2023-08-05T00:28:55.000Z (over 2 years ago)
- Topics: bash, cli, console, ctl, script, shell, terminal
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ctl
🐚 A template for Command Line Applications using plain-old Shell Script.
## Getting started
Make sure your script has `execute` permission:
```shell
chmod +x ./ctl
```
### Usage
| Command | Description |
| --- | --- |
| `./ctl list` | List all available commands |
| `./ctl hello-world` | Hello, World! |