adjutant-cli
v1.0.4
Published
adjutant
Readme
Code generator tool for hapijs and react
- Generates CRUD components and routes using the faloowing syntax
adjutant gm <model> [<property>:<type>:<required?>]
It will generate:
- React components using ant design
- reducer
- route
- Models map using bookshelf
- Schemas using Joi
- Routes using HapiJS routes
