MKRhere / rule34

A library to overcomplicate rule34

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rule34

A library to overcomplicate rule34.

Rule 34 of programming:
If it exists, it's on npm.

Install

npm install rule34

Test

Because this project is very complex we made tests to ensure everything is working correctly!

Run all tests

npm test

Run unit tests with test coverage (report in reports/coverage/index.html)

npm run mocha

Run mutation tests (report in reports/mutation/html/index.html)

npm run stryker

API

const rule34 = require('rule34')
console.log(rule34)

Have fun!

Inspiration

Five

About

A library to overcomplicate rule34


Languages

Language:JavaScript 100.0%