Skip to content

Higher order function to use async functions as loopback boot scripts.

License

Notifications You must be signed in to change notification settings

Tarabyte/loopback-async-boot

Repository files navigation

loopback-async-boot

Higher order function to use async functions as loopback boot scripts.

Usage

// boot/script.js
const handler = require('loopback-async-boot');

module.exports = handler(async(app) => {
  await ...
});

About

Higher order function to use async functions as loopback boot scripts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published