sethpollack/ember-stickler

View on GitHub
blueprints/stickler-transform/index.js

Summary

Maintainability
A
0 mins
Test Coverage
/*jshint node:true*/
module.exports = {
  description: ''

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

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