0.0.3 • Published 9 years ago

sonata v0.0.3

Weekly downloads
74
License
MIT
Repository
github
Last release
9 years ago

Sonata JS

A simple web framework for object oriented javascript (ES6/ES7)

Installation

$ npm install -g sonata 

Usage

Once installed the CLI tool will be available.

This provides the following :

$ sonata --help
$ sonata startproject [NAME]

Creates a project folder within the current directory

$ sonata startapp [NAME]

Generates a JS app stub when called from within a project folder.

$ sonata startmodule [NAME]

Generates a JS module stub when called from within a project folder.