/binder-utils

Utility functions that appear in multiple Binder modules

Primary LanguageJavaScriptMIT LicenseMIT

💨 💨 The Binder Project is moving to a new repo. 💨 💨

📚 Same functionality. Better performance for you. 📚

Over the past few months, we've been improving Binder's architecture and infrastructure. We're retiring this repo as it will no longer be actively developed. Future development will occur under the JupyterHub organization.

Thanks for updating your bookmarked links.

💨 💨 The Binder Project is moving to a new repo. 💨 💨


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)