Extensible DSL framework to build any type of applications.
The main difference with others DSL frameworks is that this is an Extensible DSL.
The best way to start working with Jigsaw is installing a module that contains a language definition and start playing around.
Install for example the MEAN module, that allows you to create a MEAN stack based application.
First, create a directory to store your application and cd into it
$ mkdir myapp && cd myapp
Install Jigsaw
$ npm install -g jigs
Install the MEAN module. This will install also the required components.
$ npm install jigsaw-mean --save
Build components
$ jigs build
Then start the application
$ npm start
General Description TBC.
Following, the main components of Jigsaw explained:
TBC
TBC
TBC
TBC
Install
$ jigs install package-name
Build
$ jigs build
Start
$ jigs start
Clone repository npm install npm run build
Requires Node.js
TBC