0.0.1 • Published 9 months ago

@atom8/boot-log v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@atom/boot-log

preview

Install

npm i @atom/boot-log --save

Usage

import bootLog, { green } from '@atom/boot-log';
bootLog({
  title: 'Environment',
  content: import.meta.env.VITE_APP_ENV,
  backgroundColor: green,
});

export const buildTime = DayJs(BUILD_TIME).format('YYYY-MM-DD HH:mm:ss');
bootLog({
  title: 'Build Date',
  content: DayJs(buildTime).format('YYYY-MM-DD HH:mm:ss'),
});

License

MIT © zhiyingzzhou

0.0.1

9 months ago