/generator-esri

An Esri JSAPI App generator for Yeoman

Primary LanguageJavaScriptMIT LicenseMIT

Woah there!

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:

For a complete list, see bower.json

Getting started

  • 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