Yeoman generator that scaffolds out a front-end web app with AMD capabilities.
- RequireJS
- Optimized build with Almond
- Less auto-compile (Optional)
- Twitter Bootstrap (Optional)
- Font Awesome (Optional)
- LESS Hat 3.0 (Optional)
- Leaner Modernizr builds (Optional)
- Install:
npm install -g generator-almond
- Run:
yo almond
- Run
grunt
for building andgrunt watch
for enabling Less compiler