@nest-toolbox/bootstrap-log
TypeScript icon, indicating that this package has built-in type declarations

1.5.1 • Public • Published

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 } });
  });

Readme

Keywords

Package Sidebar

Install

npm i @nest-toolbox/bootstrap-log

Weekly Downloads

2

Version

1.5.1

License

MIT

Unpacked Size

88.5 kB

Total Files

10

Last publish

Collaborators

  • lupu60