https://github.com/parzhitsky/custom-mini-cli
https://github.com/parzhitsky/custom-mini-cli
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/parzhitsky/custom-mini-cli
- Owner: parzhitsky
- Created: 2023-07-31T16:50:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-02T21:31:34.000Z (over 2 years ago)
- Last Synced: 2025-03-18T17:58:51.422Z (11 months ago)
- Language: TypeScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```