generator-morepathdeprecated

Template for the Morepath Python microframework

Usage no npm install needed!

<script type="module">
  import generatorMorepath from 'https://cdn.skypack.dev/generator-morepath';
</script>

README

Generator Morepath


Yeoman generator for the Morepath Python microframework.

Usage

  • 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