https://github.com/guoyunhe/vitely
Node/React package development solution
https://github.com/guoyunhe/vitely
Last synced: 3 months ago
JSON representation
Node/React package development solution
- Host: GitHub
- URL: https://github.com/guoyunhe/vitely
- Owner: guoyunhe
- License: mit
- Created: 2023-08-29T05:47:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T14:24:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T17:39:18.732Z (5 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vitely
## Install
### Run directly
```bash
npx vitely
```### Install on system
```bash
npm i -g vitely
%binName%
```### Install in project
```bash
npm i -D vitely
```Add script entry:
```json
{
"scripts": {
"%binName%": "%binName%"
}
}
```Run:
```bash
npm run %binName%
```## Options
### `--help`
Show help
### `--version`
Show version