An open API service indexing awesome lists of open source software.

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

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)