elwayman02 / ember-cli-opinionated

The Enhanced Ember Application Blueprint
MIT License
83 stars 7 forks source link

Bringing in more addons #41

Open sivakumar-kailasam opened 8 years ago

sivakumar-kailasam commented 8 years ago

Picking off from where we left off from slack. Here's a list of addons I was planning to use. I like your approach of grouping related addons and installing them on a need by need basis.

I'd like those prompts to be the last thing they'd have to do to start using these addons instead of configuring all the options looking through the addons' docs. Hadn't figured out this part yet, but I was hoping to have a config module for all the addons so that it'd be a one line include in ember-cli-build.js out of the box instead of folks doing any work.

✅ - Ones you already include

Dev tools

Would love to hear what you have in mind 😃

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37305457-bringing-in-more-addons?utm_campaign=plugin&utm_content=tracker%2F22723015&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F22723015&utm_medium=issues&utm_source=github).
elwayman02 commented 8 years ago

At first glance, I'm on board with all of these addons. We should go through and figure out which ones belong in all apps and which should be optional from the questionnaire.

On Fri, Aug 26, 2016, 4:00 AM Sivakumar Kailasam notifications@github.com wrote:

Picking off from where we left off from slack. Here's a list of addons I was planning to use. I like your approach of grouping related addons and installing them on a need by need basis.

I'd like those prompts to be the last thing they'd have to do to start using these addons instead of configuring all the options looking through the addons' docs. Hadn't figured out this part yet, but I was hoping to have a config module for all the addons so that it'd be a one line include in ember-cli-build.js out of the box instead of folks doing any work.

✅ - Ones you already include Dev tools

Styles

Components

Testing

Template helpers

Development goodness (Misc)

i18n & l10n - ember-intl https://emberobserver.com/addons/ember-intl

Would love to hear what you have in mind 😃

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/elwayman02/ember-cli-opinionated/issues/41, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQ5qsLW5kqxDOUmNocE-WZnTd59L2u6ks5qjsc0gaJpZM4Jt-C2 .

sivakumar-kailasam commented 8 years ago

Any thoughts on providing a prebuilt config file?

sivakumar-kailasam commented 8 years ago

@elwayman02 how do we go about deciding on the addons?