0.4.4 • Published 11 years ago

otagai v0.4.4

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

Otagai.js

Otagai is an architecture application skeleton that allows you to develop websites rapidly in Node.js and Express.


How to install

  1. Download and install Node.js, MongoDB and Python (for mongodb bson npm module).

  2. Install otagai.js globally (only for development):

    npm install -g otagai
  3. Navigate to a directory where you have rights to create files, and type:

    otagai new app

    This will create an otagai.js application called App in a directory called app and install the npm dependencies.

  4. Change into the app directory and start development server

    cd app
    otagai server dev

    or start from shell script

    ./bin/dev.sh

Generators

For generate model:

otagai gen model demo -f name:string,count:number

Controller:

otagai gen controller demo

Inspiration

Project based on form5-node-express-mongoose-coffeescript

Otagai.js thinks to develop as modular framework, focused on convenience and speed of development: livereload, fast transparent preprocessing, easy database migrations and deploying. This is collection of massive patterns and best Node.js practicals.

0.4.4

11 years ago

0.4.3

11 years ago

0.4.2

11 years ago

0.4.1

11 years ago

0.4.0

11 years ago

0.3.4

11 years ago

0.3.3

11 years ago

0.3.2

11 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.2.0

11 years ago