https://github.com/hunghg255/run-script-cli
Run script cli
https://github.com/hunghg255/run-script-cli
npm package run-script script
Last synced: 7 months ago
JSON representation
Run script cli
- Host: GitHub
- URL: https://github.com/hunghg255/run-script-cli
- Owner: hunghg255
- License: mit
- Created: 2024-01-17T09:32:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T20:43:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T12:51:16.566Z (about 1 year ago)
- Topics: npm, package, run-script, script
- Language: TypeScript
- Homepage:
- Size: 193 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Run script auto-detect node_module manager npm, pnpm, yarn. bun
## 📦 Installation
```bash
npm install -g run-script-cli
```
## 🚀 Commands
- Run
```bash
# Run script with select
nr
# Run script a specific script
nr dev
```
- Install
```bash
# Install script
ni
# Install a package
ni react
```
- Uninstall
```bash
# Uninstall script
nu react
```
## Preview