https://github.com/amiel/ember-cli-uri-templates-shim
https://github.com/amiel/ember-cli-uri-templates-shim
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amiel/ember-cli-uri-templates-shim
- Owner: amiel
- License: mit
- Created: 2017-06-19T15:01:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T16:30:29.000Z (over 6 years ago)
- Last Synced: 2025-10-29T08:38:23.460Z (8 months ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-uri-templates-shim
ES6 accessible module for https://github.com/geraintluff/uri-templates/ within your Ember applications.
Usage
* ember install ember-cli-uri-templates-shim
```js
import UriTemplate from 'uri-templates';
```