hagenburger / pimd

PIMD – Processing Instructions for Markdown
https://hagenburger.github.io/pimd-docs/
MIT License
20 stars 5 forks source link

Create plugin that loads all plugins #61

Closed hagenburger closed 5 years ago

hagenburger commented 5 years ago

Create a new plugin in plugins/allinc with the package name @pimd/allinc. This should load all plugins you can find in plugins/*-plugin (in other words: all extensions to PIMD but not the Gulp integration). All plugins should be loaded with config.use(insertPluginNameHere).

The use case case for this: Lazy people can just start with all functionality available without caring.

violetadev commented 5 years ago

#61: Create plugin that loads all plugins