generator-ansuz v1.2.0
Express, Next and React app generators for Ansuz projects
Prerequisite:
- Need to install Yeoman first. Follow this tutorial.
Then, install generator-ansuz
using this command:
npm i -g generator-ansuz
List of generators:
1. yo ansuz
Generator navigate to sub generators
2. yo ansuz:react
Create a Reactjs webapp from template.
List of sub generators for React App:
yo ansuz:react-page
: Create a React webpage from templateyo ansuz:react-service
: Create a React service from templateyo ansuz:react-helper
: Create a React helper from template
3. yo ansuz:next
Create a Nextjs webapp from template
List of sub generators for Next App:
yo ansuz:next-page
: Create a Next webpage from template
4. yo ansuz:express
Create RESTful API using Express framework from template
List of sub generators for Express App:
yo ansuz:express-model
: Create a database model from templateyo ansuz:express-service
: Create a service from templateyo ansuz:express-route
: Create a route from templateyo ansuz:express-helper
: Create a helper from templateyo ansuz:express-mw
: Create a middleware from template