# ember-cli-copyright

> Revolutionary ember-cli addon allowing users to never update their site footer copyright date again.

Latest version **2.4.0** (published 2016-03-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install ember-cli-copyright
pnpm add ember-cli-copyright
yarn add ember-cli-copyright
bun add ember-cli-copyright
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.4.0 |
| Published | 2016-03-30 |
| First published | 2015-06-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | drewnichols |
| Keywords | ember-addon |

## Links

- npm: https://www.npmjs.com/package/ember-cli-copyright
- npm.io page: https://npm.io/package/ember-cli-copyright

## Dependencies (1)

- [ember-cli-babel](https://npm.io/package/ember-cli-babel.md) ^5.1.5

## Recent versions

- 2.4.0 (latest) — 2016-03-30
- 1.1.0 — 2015-07-01
- 1.0.1 — 2015-06-03

## README

# ember-cli-copyright [![Build Status](https://travis-ci.org/drewnichols/ember-cli-copyright.svg)](https://travis-ci.org/drewnichols/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 (&copy; 1999 My Company) required in all web application footers by our bosses. 

why? i don't know.

---
_Source: https://npm.io/package/ember-cli-copyright · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
