(fileName)
| 5 | var path = require('path'); |
| 6 | |
| 7 | function buildRelativePath(fileName){ |
| 8 | return path.join('decorators', fileName + "Decorator"); |
| 9 | } |
| 10 | |
| 11 | var Generator = module.exports = function Generator(args, options) { |
| 12 | ScriptBase.apply(this, arguments); |