1.1.0 • Published 6 months ago

create-wowon v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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@latest

With Yarn:

$ yarn create wowon

With PNPM:

$ pnpm create wowon

Then 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-admin

Currently supported template presets include:

  • wowon-admin

You can use . for the project name to scaffold in the current directory.

1.1.0

6 months ago