0.0.11 • Published 10 years ago

verve v0.0.11

Weekly downloads
5
License
MIT
Repository
github
Last release
10 years ago

Verve

A simple framework to structure your Express app

Quick Start

Use the Verve CLI to generate and scaffold your app.

Create the app:

$ npm install -g verve
$ verve new /tmp/foo && cd /tmp/foo

OR

$ verve n /tmp/foo && cd /tmp/foo

Install dependencies:

$ npm install

Help:

$ verve h

OR

$ verve help

Model:

$ verve model <model_name> <attributes>

OR

$ verve m <model_name> <attributes>

Example:
$ verve model User username:String password:String

Routes:

$ verve route <name>

OR

$ verve r <name>

Example:
$ verve route user

Views:

$ verve view <name>

OR

$ verve v <name>

Example:    
$ verve view user

Roadmap

  • Create tests
  • Update default route resource
  • Allow custom route functions via CLI
  • Add authentication option

License

(The MIT License)

Copyright (c) 2014 Vageesh Bhasin <vageesh_bhasin@outlook.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago