Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.06 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.06 KB

Generator

License: MIT Build Status

Scaffolding tool for Nim Lang's Jester web framework that is brain dead easy to use

Features

  • Get your app ready in no time.
  • MVC architecture (Models, Views, Routes)
  • Prebundled with a Dockerfile.
  • Prebundled with a .nimble file
  • Integrate quickly with PostgreSQL via norm.

Installation

$ nimble install gen

Usage

WIP

  • Create jester sample route files
  • Automatically install commonly used modules
  • Generate controllers
  • Generate models
  • Generate API

Contributions

Still learning too, I would love any contribution and or suggestions which would make this project better. Feel free to fork this repo, create a pull request and it will be reviewed and merged!