rwjblue / ember-holy-futuristic-template-namespacing-batman

MIT License
21 stars 15 forks source link
hacktoberfest

ember-holy-futuristic-template-namespacing-batman

🚨 This addon is no longer aligned with the future of Ember.js. Don't use this addon, instead use the ember-template-imports addon, which introduces experimental support for template imports.

This experimental addon allows for an additional style of invoking components and helpers using their addons name, by using $ syntax.

Note: This addon does not support using the :: syntax that was originally proposed in emberjs/rfcs#309 (e.g. {{some-addon-name::component-name}}). This was deprecated in ember-holy-futuristic-template-namespacing-batman/233 in order to avoid collisions with emberjs/rfcs#457.

Requirements:

Installation

ember install ember-holy-futuristic-template-namespacing-batman

Usage

{{addon-name$helper-name}}
{{addon-name$component-name}}
<AddonName$ComponentName />
<AddonName$SomeFolderName::ComponentName />

Contributing

Installation

Linting

Running tests

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.