# @lblod/ember-rdfa-editor-generic-model-plugin-utils

> Utils and helpers to work with a meta-model in ember-rdfa-editor-plugins

Latest version **0.3.0** (published 2019-08-02) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @lblod/ember-rdfa-editor-generic-model-plugin-utils
pnpm add @lblod/ember-rdfa-editor-generic-model-plugin-utils
yarn add @lblod/ember-rdfa-editor-generic-model-plugin-utils
bun add @lblod/ember-rdfa-editor-generic-model-plugin-utils
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.3.0 |
| Published | 2019-08-02 |
| First published | 2018-10-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | 8.* \|\| >= 10.* |
| Dependencies | 4 |
| Unpacked size | 26.3 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | redpencil.io |
| Maintainers | cecemel, clairelovisa, erikap, madnificent, mehran_naghizadeh, miet, nielsv |
| Keywords | ember-addon |

## Links

- npm: https://www.npmjs.com/package/@lblod/ember-rdfa-editor-generic-model-plugin-utils
- Repository: https://github.com/lblod/ember-rdfa-editor-generic-model-plugin-utils
- Homepage: https://github.com/lblod/ember-rdfa-editor-generic-model-plugin-utils#readme
- Issues: https://github.com/lblod/ember-rdfa-editor-generic-model-plugin-utils/issues
- npm.io page: https://npm.io/package/@lblod/ember-rdfa-editor-generic-model-plugin-utils

## Dependencies (4)

- [uuid](https://npm.io/package/uuid.md) ^3.3.2
- [ember-cli-babel](https://npm.io/package/ember-cli-babel.md) ^7.7.3
- [ember-cli-htmlbars](https://npm.io/package/ember-cli-htmlbars.md) ^3.0.1
- [ember-cli-htmlbars-inline-precompile](https://npm.io/package/ember-cli-htmlbars-inline-precompile.md) ^2.1.0

## Recent versions

- 0.3.0 (latest) — 2019-08-02
- 0.2.3 — 2018-11-14
- 0.2.1 — 2018-11-12
- 0.2.0 — 2018-10-19

## README

@lbod/ember-rdfa-editor-generic-model-plugin-utils
==============================================================================

Utils and helpers are gathered here, which assists ember-rdfa-editor-plugins
to work with a meta-model


Compatibility
------------------------------------------------------------------------------

* Ember.js v3.4 or above
* Ember CLI v2.13 or above
* Node.js v8 or above


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

```
ember install @lblod/ember-rdfa-editor-generic-model-plugin-utils
```


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

See short description.
Inlude reference into `dependencies` of package.json in addon.
Utils can e.g be imported in your addon like:
```
import { findPropertiesWithRange } from '@lblod/ember-rdfa-editor-generic-model-plugin-utils/utils/meta-model-utils';
```


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

See the [Contributing](CONTRIBUTING.md) guide for details.



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

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

---
_Source: https://npm.io/package/@lblod/ember-rdfa-editor-generic-model-plugin-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
