MCPcopy Create free account
hub / github.com/msgbyte/tailchat / upperFirst

Function upperFirst

apps/cli/templates/plopfile.js:8–10  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

6 return others.join('-');
7}
8function upperFirst(text) {
9 return _.upperFirst(_.camelCase(text));
10}
11
12module.exports = function (
13 /** @type {import('plop').NodePlopAPI} */

Callers 1

plopfile.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected