Skip to content

Plugin Architecture Proposal

Yathiraj edited this page Nov 29, 2018 · 12 revisions

Amplify plugin architecture Proposal

Amplify CLI is built such that it can be extended using plugins. All the categories and providers are plugins. It uses gluegun to support plugins. Gluegun plugin system allows users to easily add command using plugins. It exposes an context/toolbox object for each plugin command.

Clone this wiki locally