vovk-cli
v0.1.2
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 (requires
bundle.buildconfig to be set) - vovk init - initializes a new Vovk.ts project in an existing Next.js app
- vovk new - generates a new controller, service or a custom module
npx vovk-cli --help