TrinteJS - Javascrpt MVC Framework for Node.JS
A MVC boilerplate for ExpressJS backed by MongooseJS and Bootstrap, based on Express MVC Bootstrap. This application help to create a Webapp MVC style in few minutes.
$ sudo npm install trinte -g
$ trinte [command(s)] [argument(s)]
# Create application
$ trinte create-app HelloWorld
# intall dependencies
$ cd HelloWorld && npm -l install
# generate scaffold
$ trinte script generate-all User name email password active
# running server (default in cluster mode)
$ trinte
Aleksej Gordejev @biggora