c9 / architect

A simple yet powerful plugin system for large-scale node applications
MIT License
982 stars 129 forks source link

enable disable plugin like cms plugin #37

Open handoyo opened 10 years ago

handoyo commented 10 years ago

hi,i would like to ask if it's possible to create a plugin manager to enable and disable the plugins like wordpresa,drupal?and do you mind to give an example?thanks a lot

safqwf commented 9 years ago

c9 itself has such feature. It's open source, so look at the code for example: https://github.com/c9/core/blob/master/plugins/c9.cli.mount/mount.js Lines: 29, 30, 31 , 130