Mimosa is a build tool for JavaScript
Mimosa is a modular build tool for JavaScript, written in Node.js. It provides features like compilers for JavaScript / CSS / templates, linting, optimization, serving, RequireJS support and Live Reload built right in. Pluggable for authoring your own functionality.
Where to Start with Development?
You've got four choices, all detailed below:
- Start by cloning/downloading a demo application if you want something meaty.
- Use one of Mimosa's application skeletons if you just want a little boilerplate, some client libraries and some sample code.
- Start with a fresh Mimosa generated scaffold.
- Hook up your existing application.
Pre-Built Skeletons execute "mimosa skel:list" and see what's available
A skeleton is a small application that utilizes and configures a group of components.
Mimosa maintains a "skeleton registry" that you can pull from to start your application. From the command line execute mimosa skel:list to get a list of pre-built skeletons.