# daansmodule

> [![version](https://img.shields.io/npm/v/daansmodule.svg)](https://www.npmjs.org/package/daansmodule) [![dependencies](https://david-dm.org/daandevelopment/DaansModule.svg)](https://david-dm.org/daandevelopment/DaansModule) [![devDependencies](https://d

Latest version **1.1.1** (published 2018-10-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install daansmodule
pnpm add daansmodule
yarn add daansmodule
bun add daansmodule
```

## 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.1.1 |
| Published | 2018-10-13 |
| First published | 2018-10-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Daan Breur |
| Maintainers | daanbreur |
| Keywords | Test, Module |

## Links

- npm: https://www.npmjs.com/package/daansmodule
- Repository: https://github.com/daandevelopment/DaansModule
- Homepage: http://github.com/daandevelopment/DaansModule
- Issues: http://github.com/daandevelopment/DaansModule/issues
- npm.io page: https://npm.io/package/daansmodule

## Dependencies (1)

- [colors](https://npm.io/package/colors.md) ^1.3.2

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 1.1.1 (latest) — 2018-10-13
- 1.1.0 — 2018-10-13
- 1.0.1 — 2018-10-12
- 1.0.0 — 2018-10-12

## README

# Daan's Module
[![version](https://img.shields.io/npm/v/daansmodule.svg)](https://www.npmjs.org/package/daansmodule)
[![dependencies](https://david-dm.org/daandevelopment/DaansModule.svg)](https://david-dm.org/daandevelopment/DaansModule)
[![devDependencies](https://david-dm.org/daandevelopment/DaansModule/dev-status.svg)](https://david-dm.org/daandevelopment/DaansModule#info=devDependencies)
[![dependencies Status](https://david-dm.org/daandevelopment/DaansModule/status.svg)](https://david-dm.org/daandevelopment/DaansModule)



## Installation

    npm install daansmodule

## Usage

```js
const daansmodule = require('daansmodule');

//CONSOLE LOGS (Makes A colored log in the console)
daansmodule.warn('WARNING TEXT'); //warn
daansmodule.error('ERROR TEXT'); // error
daansmodule.help('HELP TEXT'); //help
daansmodule.info('INFO TEXT'); //info

//MATHAMATICS (RETURNS A NUMBER)
console.log(daansmodule.wortel(9)); //Squareroot
console.log(daansmodule.kwadraat(3)); //Square
console.log(daansmodule.machten(3, 3)); //pow (num to pow, pow number)

// OR

var wortel = daansmodule.wortel(9); //Squareroot
var kwadraat = daansmodule.kwadraat(3); //Square
var macht = daansmodule.machten(3, 3); //Pow (Num to pow, pow number)

```

## Disabling Colors
If you want to run without the colors use the following arguments:

```bash
node myapp.js --no-color
```

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