UNPKG

ember-cli

Version:

Command line tool for developing ambitious ember.js apps

13 lines (11 loc) 310 B
var Blueprint = require('../../lib/models/blueprint'); module.exports = Blueprint.extend({ locals: function(options) { return { path: '/' + options.entity.name.replace(/^\//, '') }; }, afterInstall: function() { return this.addPackageToProject('connect-restreamer', '^1.0.0'); } });