Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/upfluence/ember-upf-utils
https://github.com/upfluence/ember-upf-utils
ember ember-addon
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/upfluence/ember-upf-utils
- Owner: upfluence
- Created: 2016-07-04T08:41:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T12:30:10.000Z (7 months ago)
- Last Synced: 2024-05-22T13:44:18.367Z (7 months ago)
- Topics: ember, ember-addon
- Language: JavaScript
- Homepage:
- Size: 4.84 MB
- Stars: 1
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ember-upf-utils
Ember Upfluence Utilities. This repository contains a load of shared code which can be found throughout many Upfluence Software services.
[Short description of the addon.]
Compatibility
------------------------------------------------------------------------------* Ember.js v3.24 or above
* Ember CLI v3.24 or above
* Node.js v12 or aboveInstallation
------------------------------------------------------------------------------* `git clone` this repository
* `npm install`## Developing
**Styles** are stored in `app/styles`.
**Components** and **Templates** are stored in `addon/components`. *(Pod Structure)*#### Compiling
*Let's say you are working on **search** *```bash
# in upfluence/ember-upf-utils
$> ember build
```In `upfluence/facade-web/package.json` replace :
```json
"ember-upf-utils": "upfluence/ember-upf-utils",
```
by :
```json
"ember-upf-utils": "file:../ember-upf-utils"
``````bash
# In the service using it
$> npm uninstall ember-upf-utils
$> npm install ember-upf-utils
```### Linting
* `npm run lint:hbs`
* `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).
See the [Contributing](CONTRIBUTING.md) guide for details.License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE.md).