Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Bailey <simon@newtriks.com>
  • Loading branch information
newtriks committed Dec 10, 2013
1 parent 28bc197 commit 93a2472
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# generator-env-config [![Build Status](https://secure.travis-ci.org/newtriks/generator-env-config.png?branch=master)](https://travis-ci.org/newtriks/generator-env-config)

A generator for [Yeoman](http://yeoman.io).
A generator for [Yeoman](http://yeoman.io). **env-config** generated environment specific json configuration files for use in your application. There is also an [AngularJS](http://angularjs.org/) sub-generator that creates a factory class to use for configuring your angular app using the env config json files.


## Getting Started
Expand Down
1 change: 0 additions & 1 deletion app/index.js
Expand Up @@ -2,7 +2,6 @@
var util = require('util');
var yeoman = require('yeoman-generator');


var EnvConfigGenerator = module.exports = function EnvConfigGenerator(args, options, config) {
yeoman.generators.Base.apply(this, arguments);
this.hookFor('env-config:env', { args: args.length ? args : ['development'] });
Expand Down

0 comments on commit 93a2472

Please sign in to comment.