# ember-cli-injection

> An ember-addon to inject objects where needed

Latest version **1.1.1** (published 2017-01-10) · MIT license · 0 weekly downloads

## Install

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

## 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 | 1.1.1 |
| Published | 2017-01-10 |
| First published | 2015-03-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Brandon Williams williamsbdev@gmail.com |
| Maintainers | williamsbdev, toranb |
| Keywords | ember-addon, ember, inject |

## Links

- npm: https://www.npmjs.com/package/ember-cli-injection
- Repository: https://github.com/williamsbdev/ember-cli-injection
- Issues: https://github.com/williamsbdev/ember-cli-injection/issues
- npm.io page: https://npm.io/package/ember-cli-injection

## Dependencies (2)

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

## Recent versions

- 1.1.1 (latest) — 2017-01-10
- 1.1.0 — 2015-12-02
- 1.0.0 — 2015-06-16
- 0.2.1 — 2015-03-20
- 0.2.0 — 2015-03-20
- 0.1.0 — 2015-03-19

## README

# Ember-cli-injection

[![Build Status][]](https://travis-ci.org/williamsbdev/ember-cli-injection)
[![NPM Downlaads][]](https://www.npmjs.org/package/ember-cli-injection)

## Description

ember-cli-injection allows the ability to inject objects registered with the
Ember application, similar to the Ember.inject API.

## Installation

Install this ember-addon via npm

    npm install ember-cli-injection --save-dev

## Documentation

- [Basic Example]
- [Complex Example]

## Running Tests

To run the test, install dependencies:

    npm install
    bower install

Then run:

    ember test
    ember t

or

    ember test --server
    ember t -s

## License

Copyright © 2015 Brandon Williams http://williamsbdev.com

Licensed under the MIT License

[Build Status]: https://travis-ci.org/williamsbdev/ember-cli-injection.svg?branch=master
[NPM Downlaads]: https://img.shields.io/npm/dm/ember-cli-injection.svg
[Basic Example]: https://github.com/williamsbdev/ember-cli-injection/wiki/Basic-Example
[Complex Example]: https://github.com/williamsbdev/ember-cli-injection/wiki/Complex-Example

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