https://github.com/ericmorand/drupal-attribute
https://github.com/ericmorand/drupal-attribute
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmorand/drupal-attribute
- Owner: ericmorand
- License: apache-2.0
- Created: 2017-03-23T06:57:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T17:24:40.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T23:55:49.705Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 5
- Watchers: 3
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drupal-attribute
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
Emulate [Drupal Attribute](https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Template!Attribute.php/class/Attribute) in JavaScript.
## Why would I need this?
If you're wondering, you probably don't need this.
## Installation
```bash
npm install drupal-attribute
```
## License
Apache-2.0 © [Eric MORAND]()
[npm-image]: https://badge.fury.io/js/drupal-attribute.svg
[npm-url]: https://npmjs.org/package/drupal-attribute
[travis-image]: https://travis-ci.org/ericmorand/drupal-attribute.svg?branch=master
[travis-url]: https://travis-ci.org/ericmorand/drupal-attribute
[daviddm-image]: https://david-dm.org/ericmorand/drupal-attribute.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/ericmorand/drupal-attribute
[coveralls-image]: https://coveralls.io/repos/github/ericmorand/drupal-attribute/badge.svg
[coveralls-url]: https://coveralls.io/github/ericmorand/drupal-attribute