MCPcopy
hub / github.com/PatrickJS/NG6-starter / cap

Function cap

gulpfile.babel.js:101–103  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

99
100gulp.task('component', () => {
101 const cap = (val) => {
102 return val.charAt(0).toUpperCase() + val.slice(1);
103 };
104 const name = yargs.argv.name;
105 const parentPath = yargs.argv.parent || '';
106 const destPath = path.join(resolveToComponents(), parentPath, name);

Callers 1

gulpfile.babel.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected