create-erxes-app
v1.0.11
Published
Generate a new Erxes application.
Downloads
103
Readme
Create erxes app
This package includes the create-erxes-app CLI to make the creation of a erxes project lighter.
How to use
Quick usage (recommended)
Using yarn create command
yarn create erxes-app my-projectUsing npx
npx create-erxes-app my-projectManual install
Using yarn
yarn global add create-erxes-app
create-erxes-app my-appUsing npm
npm install -g create-erxes-app
create-erxes-app my-app