UNPKG

ember-cli-ajh

Version:

Command line tool for developing ambitious ember.js apps

8 lines (5 loc) 164 B
/*jshint node:true*/ module.exports = { description: 'Generates a lib directory for in-repo addons.', normalizeEntityName: function(name) { return name; } };