Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
8
function
upperFirst(text) {
9
return
_.upperFirst(_.camelCase(text));
10
}
11
12
module.exports =
function
(
13
/** @
type
{
import
(
'plop'
).NodePlopAPI} */
Callers
1
plopfile.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected