Code generator using Yeoman.
This generator is made to generate Express.js microservices based on specification files defined in the specification project.
-
Run
yarn install
-
Run
yarn link
-
yo micro-express create <service-name>
-
Once the service is generated, implement the "TODOs" by following the information about editing a service.
=========== WIP! DO NOT USE! =============
yo micro-express update <service-name>
and you can use the--force
flag to skip the prompt overwrite confirmations.