Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitedjs/create
Vited template initialization
https://github.com/vitedjs/create
Last synced: about 1 month ago
JSON representation
Vited template initialization
- Host: GitHub
- URL: https://github.com/vitedjs/create
- Owner: vitedjs
- License: mit
- Created: 2023-09-02T09:23:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-10T08:13:01.000Z (about 1 year ago)
- Last Synced: 2024-10-12T18:55:40.028Z (4 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# create
## Install
### Run directly
```bash
npx create
```### Install on system
```bash
npm i -g create
%binName%
```### Install in project
```bash
npm i -D create
```Add script entry:
```json
{
"scripts": {
"%binName%": "%binName%"
}
}
```Run:
```bash
npm run %binName%
```## Options
### `--help`
Show help
### `--version`
Show version