README
live-wrap
Wraps an npm module into a Live plugin
Install
npm i -g live
npm i -g live-wrap
Usage
live wrap nodemon
Why?
We want to be able to drop the module into our project and it to be automatically wired up and ready to use.
For this we need:
- Expose configuration options such that we can configure the module from our
config/
directory. - Add additional CLI tasks for the module.