ember-cli/ember-cli

View on GitHub
blueprints/blueprint/files/blueprints/__name__/index.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

module.exports = {
  description: ''

  // locals(options) {
  //   // Return custom template variables here.
  //   return {
  //     foo: options.entity.options.foo
  //   };
  // }

  // afterInstall(options) {
  //   // Perform extra work here.
  // }
};