Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nitaliano/nicks-super-cli
https://github.com/nitaliano/nicks-super-cli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nitaliano/nicks-super-cli
- Owner: nitaliano
- Created: 2024-11-12T18:55:49.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-13T13:56:31.000Z (about 2 months ago)
- Last Synced: 2024-11-13T14:48:18.721Z (about 2 months ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`.