0.0.21 • Published 2 years ago

create-servex-app v0.0.21

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

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

Using npx

npx create-servex-app my-project

Manual install

Using yarn

yarn global add create-servex-app
create-servex-app my-app

Using npm

npm install -g create-servex-app
create-servex-app my-app