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

https://github.com/parzhitsky/custom-mini-cli


https://github.com/parzhitsky/custom-mini-cli

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# `custom-mini-cli`

1. Install dependencies

```sh
npm ci
```

2. Build `dist` folder

```sh
npm run build
```

3. Launch the CLI

```sh
npm start
```