Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonatan-ivanov/skeleton-cli
https://github.com/jonatan-ivanov/skeleton-cli
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonatan-ivanov/skeleton-cli
- Owner: jonatan-ivanov
- Created: 2017-05-22T01:20:52.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-05-09T03:45:44.000Z (over 3 years ago)
- Last Synced: 2025-01-06T14:56:36.952Z (12 days ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# skeleton-cli
## Installation
You can install this tool via the command-line with either `curl` or `wget`.
### via curl
```shell
sh -c "$(curl -fsSL https://raw.githubusercontent.com/jonatan-ivanov/skeleton-cli/main/tools/install.sh)"
```### via wget
```shell
sh -c "$(wget https://raw.githubusercontent.com/jonatan-ivanov/skeleton-cli/main/tools/install.sh -O -)"
```