@purista/cli
PURISTA API / @purista/cli
@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:
bash
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:
bash
purista add service
Add a new command to a service:
bash
purista add command
Add a new subscription to a service:
bash
purista add subscription
There is the option to use the add
functionality more shorthand:
This will create a new service named "user"
bash
purista add command user
Visit purista.dev
Follow on Twitter @purista_js
Join the Discord Chat