fabrix-app / spool-bootstrap

Spool: Bootstrap when App has started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spool-bootstrap

Gitter NPM version Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

Spool to run a bootstrap function when Fabrix server is ready.

Usage

Load in your spool config.

// config/main.ts
export const main = {
  // ...
  spools: [
    require('@fabrix/spool-bootstrap').BootstrapSpool
  ]
}

Config

// config/bootstrap.ts
export const bootstrap = function(app){

}

License

MIT

About

Spool: Bootstrap when App has started

License:Other


Languages

Language:TypeScript 60.5%Language:JavaScript 39.5%