Aurelia-Typescript Plugin Skeleton

Imgur


Many skeletons are out there to create plugins for the Aurelia, many of which depend on the typescript. I used to use this one for all of the plugins I’ve written, aurelia-toolbelt is one of them, and I find it quite easy to start with and continue to maintain, however, recently @vegarringdal and @HamedFathi created a more simplified yet powerful skeleton enabling us to create and test our new plugins. At the core of the skeleton, they have used typescript, fusebox to run the sample, jest for the unit testing and puppeteer for an e2e test. There are a bunch of scripts that will ease the process for you.

I thought it would be great to share it with the community so that they can provide fruitful feedbacks to make the skeleton even more powerful.

check it out :point_down: :point_down: :point_down:

5 Likes