1.5.1 • Published 1 year ago

@nest-toolbox/bootstrap-log v1.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

bootstrap-log

get a nice bootstrap log with your configs

alt text

Usage

import { BootstrapLog } from '@nest-toolbox/bootstrap-log';

  await app.listen(port, () => {
    const { hostname, environment, database_url } = config();
    BootstrapLog({ config: { environment, hostname, package_json_body: packageBody, database_url, swagger: true } });
  });