CLI
Vovk provides a set of commands to simplify the development process. The commands are available via vovk
binary that is installed with vovk-cli package.
npm install vovk-cli --save-dev
- vovk init - creates a new Vovk.ts project.
- vovk dev - runs Vovk Dev script that watches for changes at controllers and updates the schema and the client accordingly when needed.
- vovk generate - generates the client based on the schema and config.
- vovk new - module generator that helps to create segments, controllers, services and other modules that you can define as a template at config.
- vovk bundle - bundles the TypeScript client library into a single package to be published to NPM.
Last updated on