Skip to content

Instantly share code, notes, and snippets.

@vyuvalv
Last active November 3, 2019 10:46
Show Gist options
  • Save vyuvalv/97aed00ba4d8f9e20d5da01016aa2b20 to your computer and use it in GitHub Desktop.
Save vyuvalv/97aed00ba4d8f9e20d5da01016aa2b20 to your computer and use it in GitHub Desktop.
ES6 Definition Template for yeoman
{
"country": "<%= orgLocal %>",
"language": "<%= orgLanguage %>",
"orgName": "<%= orgName %>",
"edition": "<%= orgEdition %>",
"adminEmail": "<%= adminEmail %>",
"hasSampleData": <%= hasSampleData %>,
"features": ["<%- orgFeatures %>"],
"settings": {
"orgPreferenceSettings": {
"s1DesktopEnabled": true
}
},
"description": "<%= orgDescription %>"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment