blue-jay / blueprint

Blueprint for your next web application in Go.
https://blue-jay.github.io/
MIT License
482 stars 77 forks source link

Create new module #62

Closed PhanHaHus closed 7 years ago

PhanHaHus commented 7 years ago

I have a question, how can I create new module, example: todos module. Thanks for answer.

josephspurrier commented 7 years ago

Take a look at the code generation.

https://blue-jay.github.io/generation/

And there is already a working example of a notepad: https://github.com/blue-jay/blueprint/tree/master/controller/notepad

PhanHaHus commented 7 years ago

Thanks man for answer . :(