krakenjs / kraken-devtools

Development-time tools for kraken.js applications.
Other
40 stars 32 forks source link

externalize all plugins #54

Closed grawk closed 9 years ago

grawk commented 9 years ago

kraken-devtools has a great plugin architecture. A lot of the issues and PRs are related to changing the built-in plug-ins specifically, as opposed to any changes or issues with the core functionality. As such, it would make sense to externalize the plugins and only focus on core functionality issues in this repository.

Things on the way to making this a reality:

  1. create repos/modules for each existing built-in plugin
  2. establish both a naming convention and a test approach to use in external modules
  3. create a list of available plugins and maintain it in this repo's wiki or TBD
grawk commented 9 years ago

Done. Please see: