create-xm
v0.1.2
Published
create project
Readme
create-xm
custom cli
initial Project
With NPM:
npm create xm@latestWith Yarn:
yarn create xmWith PNPM:
pnpm create xmThen 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 vue project, run:
# npm 6.x
npm create xm@latest my-app --template vue
# npm 7+, extra double-dash is needed:
npm create xm@latest my-app -- --template vue
# yarn
yarn create xm my-app --template vue
# pnpm
pnpm create xm my-app --template vue Currently supported template presets include:
You can use . for the project name to scaffold in the current directory.
license
MIT
