Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bigcommerce/stencil-cli
/ getName
Method
getName
lib/theme-config.js:156–159 ·
view source on GitHub ↗
* Get theme name * @returns {string}
()
Source
from the content-addressed store, hash-verified
154
* @returns {string}
155
*/
156
async
getName() {
157
const
config =
await
this.getConfig();
158
return
config.name ||
''
;
159
}
160
161
/**
162
* Get theme version
Callers
1
createGithubRelease
Method · 0.80
Calls
1
getConfig
Method · 0.95
Tested by
no test coverage detected