README
Veracity App Generator
Installation
First, make sure you have Node.js installed. Then, install Yeoman and the Veracity App Generator using npm:
npm install -g yo
npm install -g @veracity/generator-veracity
Generate a Node.js SPA
Run the generator from the command line
yo @veracity/veracity:node-spa
and see the documentation for more information about how to configure your application.
Generate an ASP.NET Core web app
Run the Veracity app generator from the command line
yo @veracity/veracity:netcore-webapp
and see the documentation for more information about how to configure your application.
Generate a Python Django web app
yo @veracity/veracity:python-django
and see the documentation for more information about how to configure your application.
Update the Veracity App Generator
To update your Veracity App generator to the latest release, run the following command
npm update -g @veracity/generator-veracity