Feature(generate): Add generators into the tooling/generators folder. Add in main file into package.json. Bump lodash to 3.10.1 for template and camelCase methods. Move lodash to dependencies from devDependencies. Have index.js require in the generate module.

This commit is contained in:
jbavari
2015-10-30 12:15:12 -06:00
parent d16aea8cb8
commit 01fbaede20
11 changed files with 349 additions and 1 deletions

3
index.js Normal file
View File

@ -0,0 +1,3 @@
module.exports = {
generate: require('./tooling/generate')
};