The Joosy framework standalone environment generator based on Yeoman.
If you are seeking for information about Joosy, start with official site, guides or central repository.
Make sure you have Node.js (including npm) installed on your system and run
$ npm install -g yo generator-joosy
Now that you have Yeoman and particular Joosy generator installed on your system you can run...
$ yo joosy
..to generate a new application. It will thoroughly guide you through the rest of setup process.
Generates Joosy layout. NAME
can contain slashes to automatically generate corresponding path and namespace.
Generates Joosy page. NAME
can contain slashes to automatically generate corresponding path and namespace.
Generates Joosy widget. NAME
can contain slashes to automatically generate corresponding path and namespace.
- Boris Staal, @inossidabile
Copyright 2013 Boris Staal
It is free software, and may be redistributed under the terms of MIT license.