This is a work in progress and probably is not ready for primetime production applications. What is it?
An Esri JSAPI App generator for Yeoman. It will scaffold a barebones Application with Esri's ArcGIS API for JavaScript. Once installed, you'll have the power of Yeoman / Grunt / Bower and all their developer-loving benefits. In addition to the Esri API, other client-side goodies you get are:
- Dojo / Dijit / Dojox / dgrid (all dependencies of the Esri API)
- Twitter Bootstrap (and its dependency jquery)
- Backbonejs (along with Underscorejs)
- Requirejs
For a complete list, see bower.json
- Make sure you have yo installed:
npm install -g yo
- Until this generator is published to npm, you'll have to install it locally by running the following command from the root of the generator:
npm link
- Make a new directory for your app, then run:
yo esri