create-wowon
v1.1.0
Published
## Scaffolding Your Admin Project
Readme
create-wowon
Scaffolding Your Admin Project
Compatibility Note: wowon requires Node.js version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
With NPM:
$ npm create wowon@latestWith Yarn:
$ yarn create wowonWith PNPM:
$ pnpm create wowonThen follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a wowon + Admin project, run:
# npm 7+, extra double-dash is needed:
npm create wowon@latest my-app --template wowon-admin
# yarn
yarn create wowon my-app --template wowon-admin
# pnpm
pnpm create wowon my-app --template wowon-adminCurrently supported template presets include:
wowon-admin
You can use . for the project name to scaffold in the current directory.
