Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
/**
The prefix to show, tyipcally of: 'Ember', 'EmberCLI', or 'EmberData'
@argument prefix
@type String
*/
prefix: addonPrefix(projectName),
/**
The logo's main heading
@argument heading
@type String
*/
heading: classify(unprefixedAddonName(projectName)),
/**
Byline for the logo
@argument byline
@type String
*/
byline: projectDescription,
/**
Class to add to the wrapper element
@argument class
@type String
*/
class: null