Skip to content

trakas/trakas

Repository files navigation

Trakas · assistant of the gods

deepcode Analyses Release GitHub issues Language License semantic-release

This is JavaScript Utilities. As we hope it will be a useful assistant for Javascript's developers, like assistant of the gods.

Documentation

Check out the Getting Started page for a quick overview.

Examples

We have several examples on the website. Here is the first one to get you started:

import { randomNumber } from "@trakas/js";

console.log(randomNumber(10, 20)); // A integer number in [10, 20]

Test

yarn test

License

This project is licensed under the terms of the MIT license.