Yeoman generator for the Morepath Python microframework.
- Create a directory for your project
-
mkdir my-project && cd my-project
-
- Run the generator to create a skeleton Morepath module
-
yo Morepath
-
- Enter the project name at the prompt
- Start building your web service