ember-cli-copyright
v2.4.0
Published
Revolutionary ember-cli addon allowing users to never update their site footer copyright date again.
Downloads
2
Readme
ember-cli-copyright
ember-cli-copyright is a revolutionary ember-cli addon allowing you to never update the copyright year on your ember cli applications footer again.
Installation
The best way to install is to use the ember-cli install command like this.
ember install ember-cli-copyright
or if for some reason that doesn't work
ember install:addon ember-cli-copyright
or if you're really old school
npm install ember-cli-copyright --save-dev
None of those work?
you're on your own
Usage
In your application's footer add the following
{{{copyright "My Company"}}}
This will produce the copyright symbol with the current date and company name (© 1999 My Company) required in all web application footers by our bosses.
why? i don't know.