# danno-tools

> A central place for resources danno uses on a regular basis

Latest version **1.2.0** (published 2021-12-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install danno-tools
pnpm add danno-tools
yarn add danno-tools
bun add danno-tools
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2021-12-10 |
| First published | 2020-12-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 24.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Danno3817 |
| Maintainers | danno3817 |

## Links

- npm: https://www.npmjs.com/package/danno-tools
- Repository: https://github.com/DetroitWhiskey136/danno-tools
- Homepage: https://github.com/DetroitWhiskey136/danno-tools#readme
- Issues: https://github.com/DetroitWhiskey136/danno-tools/issues
- npm.io page: https://npm.io/package/danno-tools

## Recent versions

- 1.2.0 (latest) — 2021-12-10
- 1.1.3 — 2021-12-07
- 1.1.2 — 2021-03-19
- 1.1.1 — 2021-03-19
- 1.1.0 — 2021-03-19
- 1.0.0 — 2020-12-26

## README

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
```js
  const { Logger } = require('danno-tools');
  const logger = new Logger({ WTF: true, path: './logs' });
  logger.log('this is a test');
```

---
_Source: https://npm.io/package/danno-tools · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
