Skip to content

Commit

Permalink
feat: modify gulp tasks and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
biggora committed Mar 2, 2016
1 parent 02c6c3c commit 6d9cbaa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -26,7 +26,18 @@ First install required dependencies:
To install trinte:

$ sudo npm install trinte -g

### Get started!

$ trinte -i HelloWorld --sess # Create application
$ cd HelloWorld && npm install # intall dependencies

# generate scaffold
$ trinte -g crud User active:bool name email password about:text created:date
# start test
$ npm test

## Supported databases:

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name" : "trinte",
"description": "TrinteJS - MVC framework for NodeJS",
"version": "0.4.0",
"version": "0.4.1",
"keywords": [
"app",
"mvc",
Expand Down

0 comments on commit 6d9cbaa

Please sign in to comment.