Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonatan-ivanov/skeleton-cli


https://github.com/jonatan-ivanov/skeleton-cli

Last synced: 9 days ago
JSON representation

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 -)"
```