kellyselden / ember-a11y-blueprint

A11y enhancements to the default Ember-CLI blueprint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-a11y-blueprint

npm version Build Status

A11y enhancements to the default Ember-CLI blueprint

Inspired by the conversation in ember-cli/ember-cli#8599

Compatibility

  • Ember.js v3.16 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Installation

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

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

About

A11y enhancements to the default Ember-CLI blueprint

License:MIT License


Languages

Language:JavaScript 80.9%Language:HTML 18.5%Language:Handlebars 0.7%