Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/serverless/examples
/ formatPluginName
Function
formatPluginName
generate-readme.js:12–12 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
10
);
11
12
const
formatPluginName = (string) => toTitleCase(string.replace(/-/g,
" "
));
13
14
const
username = (repo) => {
15
if
(!repo) {
Callers
1
SERVERLESS_EXAMPLE_TABLE
Function · 0.85
Calls
1
toTitleCase
Function · 0.85
Tested by
no test coverage detected