ember-typescript-addon-blueprint

0.0.1 • Public • Published

Ember TypeScript Addon Blueprint

Finding information on how to write an ember-cli addon in TypeScript has proven to be challenging. There's a clear path to writing Ember addons using TypeScript, but not so much for extensions to the CLI itself.

This Blueprint aims to provide a minimal template for creating extensions to Ember-CLI using TypeScript for authoring.

Usage

Create an addon with this template

ember addon -b https://github.com/mfeckie/ember-typescript-addon-blueprint.git {your_addon_name}

Use with yarn for package management

ember addon -b https://github.com/mfeckie/ember-typescript-addon-blueprint.git {your_addon_name} --yarn

Acknowledgements

This work is very heavily borrowed from Ember CLI TypeScript.

The approach was also used to create Fast SASS, an alternative to ember-cli-sass

Package Sidebar

Install

npm i ember-typescript-addon-blueprint

Weekly Downloads

3

Version

0.0.1

License

MIT

Unpacked Size

4.54 kB

Total Files

10

Last publish

Collaborators

  • mfeckie