Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kellyselden/ember-a11y-blueprint
A11y enhancements to the default Ember-CLI blueprint
https://github.com/kellyselden/ember-a11y-blueprint
Last synced: 16 days ago
JSON representation
A11y enhancements to the default Ember-CLI blueprint
- Host: GitHub
- URL: https://github.com/kellyselden/ember-a11y-blueprint
- Owner: kellyselden
- License: mit
- Created: 2019-12-04T09:13:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T10:55:37.000Z (2 months ago)
- Last Synced: 2024-12-24T03:03:49.893Z (about 1 month ago)
- Language: JavaScript
- Size: 838 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
ember-a11y-blueprint
==============================================================================[![npm version](https://badge.fury.io/js/ember-a11y-blueprint.svg)](https://badge.fury.io/js/ember-a11y-blueprint)
[![Build Status](https://travis-ci.com/kellyselden/ember-a11y-blueprint.svg?branch=master)](https://travis-ci.com/kellyselden/ember-a11y-blueprint)A11y enhancements to the default Ember-CLI blueprint
Inspired by the conversation in https://github.com/ember-cli/ember-cli/issues/8599
Compatibility
------------------------------------------------------------------------------* Ember.js v3.16 or above
* Ember CLI v2.13 or above
* Node.js v10 or aboveInstallation
------------------------------------------------------------------------------```
ember init -b ember-a11y-blueprint
```Usage
------------------------------------------------------------------------------### Using custom language with the blueprint
If you want to set a language other than `en` as your default language for your app
you can make use of the `--lang` option with the blueprint.For example if you want `es` as your default language,
```
ember init -b ember-a11y-blueprint --lang=es
```For the entire list of available language codes, you can refer [here](https://www.loc.gov/standards/iso639-2/php/English_list.php)
Contributing
------------------------------------------------------------------------------See the [Contributing](CONTRIBUTING.md) guide for details.
License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE.md).