vovk-cli
v0.0.1-beta.86
Published
CLI tool for managing Vovk.ts projects
Readme
vovk-cli 
Vovk.ts CLI that will be used as a devDependency in a Vovk.ts app.
npm install -D vovk-cli- vovk dev - starts the development script that watches the changes in controllers and regenerates the schema and client
- vovk generate - generates the client based on the schema
- vovk bundle - bundles the client with tsdown
- vovk init - initializes a new Vovk.ts project
- vovk new - generates a new controller, service or a custom module
npx vovk-cli --help