Last active
November 3, 2019 10:46
-
-
Save vyuvalv/97aed00ba4d8f9e20d5da01016aa2b20 to your computer and use it in GitHub Desktop.
ES6 Definition Template for yeoman
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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