Yeoman Generator for Morepath

Yeoman Generator for Morepath

I have been playing around a bit with the Morepath microservices framework for Python lately. I noticed in the Morepath documentation that there is a Cookiecutter template for scaffolding new projects. On a lark, I wanted to see how hard it would be to build a Yeoman template for Morepath. I have wanted to learn about building custom Yeoman templates to set up new projects with the proper structure and dependencies for my work projects. Since I did not see an existing Morepath template on the NPM site, I figured I would try and build one myself.

In its current state, it just sets up a basic skeleton project, but as I learn more about Morepath I plan on adding more features. If anybody is interested in trying it out, it is available on NPM. Anybody interested in how I built it, and how bad my JavaScript code is, can check out the project repository on GitHub.