Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 646 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 646 Bytes

Generator Morepath


Yeoman generator for the Morepath Python microframework.

Downloads npm LICENSE

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