@purista/cli
v1.11.0
Published
cli helper for PURISTA backend framework
Downloads
153
Readme
@purista/cli
A cli wizard package for PURISTA typescript backend framework.
Open your preferred terminal, create a new folder for your project and inside this folder execute:
npx @purista/cli init
Choose global install of the cli during the init process to be able to access the CLI tool directly from your command line later on
After you've initiated your project, you can:
Add a new service:
purista add service
Add a new command to a service:
purista add command
Add a new subscription to a service:
purista add subscription
There is the option to use the add
functionality more shorthand:
This will create a new service named "user"
purista add command user
Visit purista.dev
Follow on Twitter @purista_js
Join the Discord Chat