create-servex-app
v0.0.21
Published
Generate a new Service Exchange application.
Downloads
2
Maintainers
Readme
Create Service Exchange app
This package includes the create-servex-app CLI to make the creation of a Service Exchange project lighter.
How to use
Quick usage (recommended)
Using yarn create command
yarn create servex-app my-projectUsing npx
npx create-servex-app my-projectManual install
Using yarn
yarn global add create-servex-app
create-servex-app my-appUsing npm
npm install -g create-servex-app
create-servex-app my-app