Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

live-wrap

vjpr80.0.1

Wraps an npm module into a Live plugin

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.