A11y enhancements to the default Ember-CLI blueprint
Inspired by the conversation in ember-cli/ember-cli#8599
- Ember.js v3.16 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
ember init -b ember-a11y-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
See the Contributing guide for details.
This project is licensed under the MIT License.