binder-utils

Utility functions that appear in multiple Binder modules

Usage no npm install needed!

<script type="module">
  import binderUtils from 'https://cdn.skypack.dev/binder-utils';
</script>

README

binder-utils

Utility functions that appear in multiple Binder modules

install

npm install binder-utils

api

startWithPM2(app, cb)

Launches an application, specified by a PM2 app specification

  • app object - PM2 application specification
  • cb function - callback(err)