Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nitaliano/nicks-super-cli


https://github.com/nitaliano/nicks-super-cli

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# nicks-super-cli

## Development

Initial setup involves installing dependencies, building the project, and making the CLI bundle executable.
```bash
pnpm i
pnpm run build
chmod +x dist/cli.js
```

Once you do the initial setup, you can watch for code changes running `pnpm run dev`.