MCPcopy 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
12const formatPluginName = (string) => toTitleCase(string.replace(/-/g, " "));
13
14const username = (repo) => {
15 if (!repo) {

Callers 1

SERVERLESS_EXAMPLE_TABLEFunction · 0.85

Calls 1

toTitleCaseFunction · 0.85

Tested by

no test coverage detected