Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nypublicradio/nypr-account-settings
ember components for account settings
https://github.com/nypublicradio/nypr-account-settings
auth
Last synced: 18 days ago
JSON representation
ember components for account settings
- Host: GitHub
- URL: https://github.com/nypublicradio/nypr-account-settings
- Owner: nypublicradio
- License: mit
- Created: 2016-12-09T22:24:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-02T19:33:21.000Z (over 1 year ago)
- Last Synced: 2024-04-10T20:53:18.365Z (9 months ago)
- Topics: auth
- Language: JavaScript
- Homepage:
- Size: 1.89 MB
- Stars: 1
- Watchers: 24
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# nypr-account-settings
[![CircleCI](https://img.shields.io/circleci/project/github/nypublicradio/nypr-account-settings.svg?style=flat-square-blue)](https://circleci.com/gh/nypublicradio/nypr-account-settings) [![GitHub release](https://img.shields.io/github/release/nypublicradio/nypr-account-settings.svg?style=flat-square)](https://github.com/nypublicradio/nypr-account-settings/releases/latest) [![GitHub pull requests](https://img.shields.io/github/issues-pr/nypublicradio/nypr-account-settings.svg?style=flat-square)](https://github.com/nypublicradio/nypr-account-settings/pulls) [![GitHub contributors](https://img.shields.io/github/contributors/nypublicradio/nypr-account-settings.svg?style=flat-square)](https://github.com/nypublicradio/nypr-account-settings/graphs/contributors)
[![Maintainability](https://api.codeclimate.com/v1/badges/9df703e9a2f30c83f382/maintainability)](https://codeclimate.com/github/nypublicradio/nypr-account-settings/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/9df703e9a2f30c83f382/test_coverage)](https://codeclimate.com/github/nypublicradio/nypr-account-settings/test_coverage)[Short description of the addon.]
Installation
------------------------------------------------------------------------------```
ember install nypr-account-settings
```Usage
------------------------------------------------------------------------------[Longer description of how to use the addon in apps.]
Contributing
------------------------------------------------------------------------------### Installation
* `git clone `
* `cd nypr-account-settings`
* `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"
* `npm test` – Runs `ember try:each` to test your addon 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).