danno-tools

1.2.0 • Public • Published

This is a base for tools i use on a regular basis ~ stuff is added as i need it.

INSTALLATION

npm install danno-tools

CLASSES

  • Logger({ WTF: boolean, path: string }) // WTF: Write to file.
    • log(..content: string[])
    • info(..content: string[])
    • debug(..content: string[])
    • warn(..content: string[])
    • error(..content: string[])

CODE EXAMPLES

  const { Logger } = require('danno-tools');
  const logger = new Logger({ WTF: true, path: './logs' });
  logger.log('this is a test');

Readme

Keywords

none

Package Sidebar

Install

npm i danno-tools

Weekly Downloads

6

Version

1.2.0

License

MIT

Unpacked Size

25.4 kB

Total Files

14

Last publish

Collaborators

  • danno3817