MCPcopy Index your code
hub / github.com/amercier/generator-angular-php / buildRelativePath

Function buildRelativePath

decorator/index.js:7–9  ·  view source on GitHub ↗
(fileName)

Source from the content-addressed store, hash-verified

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

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected