0.1.2 • Published 7 months ago

create-xm v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

create-xm

custom cli

initial Project

With NPM:

npm create xm@latest

With Yarn:

yarn create xm

With PNPM:

pnpm create xm

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

10 months ago

0.1.2

7 months ago

0.1.1

9 months ago

0.0.3-alpha.1

1 year ago

0.0.3

1 year ago

0.0.3-alpha.0

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago