sonata
v0.0.3
Published
A simple web framework
Downloads
17
Maintainers
Readme
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.