# @anamo/ember-prototype-extensions

> Extend your Ember web app with composable extensions.

Latest version **2.0.5** (published 2020-12-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install @anamo/ember-prototype-extensions
pnpm add @anamo/ember-prototype-extensions
yarn add @anamo/ember-prototype-extensions
bun add @anamo/ember-prototype-extensions
```

## 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.0.5 |
| Published | 2020-12-31 |
| First published | 2019-05-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | 6.* \|\| 8.* \|\| >= 10.* |
| Dependencies | 1 |
| Unpacked size | 15 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Anamo |
| Maintainers | everydaypanos |
| Keywords | ember-addon |

## Links

- npm: https://www.npmjs.com/package/@anamo/ember-prototype-extensions
- Repository: https://bitbucket.org/anamo/ember-prototype-extensions
- Homepage: https://bitbucket.org/anamo/ember-prototype-extensions#readme
- npm.io page: https://npm.io/package/@anamo/ember-prototype-extensions

## Dependencies (1)

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

## Recent versions

- 2.0.5 (latest) — 2020-12-31
- 2.0.4 — 2020-10-30
- 2.0.3 — 2020-10-30
- 2.0.2 — 2020-10-30
- 2.0.1 — 2020-10-30
- 2.0.0 — 2020-10-30
- 1.0.27 — 2020-09-30
- 1.0.26 — 2020-09-15
- 1.0.25 — 2020-09-15
- 1.0.24 — 2020-08-11
- 1.0.23 — 2020-07-23
- 1.0.22 — 2020-03-23
- 1.0.21 — 2020-02-25
- 1.0.20 — 2019-12-24
- 1.0.19 — 2019-12-23
- … 18 more at https://npm.io/package/@anamo/ember-prototype-extensions/versions

## README

@anamo/ember-prototype-extensions
==============================================================================

[Short description of the addon.]

Installation
------------------------------------------------------------------------------

```
ember install @anamo/ember-prototype-extensions
```

Inlude this line in config/environment.js

EXTEND_PROTOTYPES: {
	Array: false
}


Usage
------------------------------------------------------------------------------

[Longer description of how to use the addon in apps.]


Contributing
------------------------------------------------------------------------------

### Installation

* `git clone <repository-url>`
* `cd ember-prototype-extensions`
* `npm install`

### Linting

* `npm run lint:js`
* `npm run lint:js -- --fix`

### Running tests

* `ember test` – Runs the test suite on the current Ember version
* `ember test --server` – Runs the test suite in "watch mode"
* `ember try:each` – Runs the test suite against multiple Ember versions

### Running the dummy application

* `ember serve`
* Visit the dummy application at [http://localhost:4200](http://localhost:4200).

For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).

License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE.md).

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