/ember-monorepo-blueprint

[WIP] Ember mono repo blue-print

Primary LanguageJavaScript

Ember Monorepo Blueprint

This repo serves as a base to create a mono repo ember addons.

To create an Add-on type
ember g sample-addon addon-name
and you see an addon created in packages/{addon-name}

Road map to v1

  • Add Lerna and yarn workspaces
  • Add Ember addon docs in the blueprint
  • Add package management with lerna
  • Add lints and husky
  • Add examples folder