https://github.com/yzqdev/create-cmd
Scaffolding Your Project
https://github.com/yzqdev/create-cmd
Last synced: about 1 year ago
JSON representation
Scaffolding Your Project
- Host: GitHub
- URL: https://github.com/yzqdev/create-cmd
- Owner: yzqdev
- License: mit
- Created: 2022-07-24T16:06:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T13:11:35.000Z (over 3 years ago)
- Last Synced: 2025-03-08T21:39:36.294Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 795 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-cmd
> Scaffolding Your Project
## install
you can use npx to run command only once
```shell
npm create-cmd
```
or install as global
```shell
npm i -g create-cmd
//or
yarn global add create-cmd
//or
pnpm add create-cmd -g
```
## run
```shell
create-cmd
```
included templates
- `esbuild`
- `rollup`
- `tsc`
- `unbuild`
- `vuepress`
- `hope`
- `vitepress`
- `vite-ssg`
- `docsify`
- `vue`
- `vant`
- `react`
- `webpack`
- `parcel`
## License
MIT License © 2022 [yzqdev](https://github.com/yzqdev)