0.1.2 • Published 2 years ago
create-xm v0.1.2
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
0.1.0
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.0.3-alpha.1
2 years ago
0.0.3
3 years ago
0.0.3-alpha.0
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago