In the last chapter, we learned how to create features that we could in turn use in our applications. In this chapter, we are going to learn how we can take our features a step further and create plug-ins so that we can install them via the CLI or Node Package Manager (NPM). We will look at creating a Node Package of your source code that will best structure your plug-in.
Going from a Feature to a Plug-in
Just as with features, it is important to structure your plug-ins in a way that is consistent with most of the official Aurelia plug-ins. Let’s take a look at ...