An open API service indexing awesome lists of open source software.

https://github.com/trakas/trakas

Utilities for JavaScript and TypeScript
https://github.com/trakas/trakas

assistant javascript javascript-library react reactjs trakas typescript util utilities utility utility-function utility-library utils

Last synced: 8 days ago
JSON representation

Utilities for JavaScript and TypeScript

Awesome Lists containing this project

README

          

# [Trakas](http://trakas.js.org) · assistant of the gods

[![deepcode](https://www.deepcode.ai/api/gh/badge?key=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwbGF0Zm9ybTEiOiJnaCIsIm93bmVyMSI6InRyYWthcyIsInJlcG8xIjoidHJha2FzIiwiaW5jbHVkZUxpbnQiOmZhbHNlLCJhdXRob3JJZCI6Mjg0MzQsImlhdCI6MTYxNjg5Mjc2MX0.EZkEbhYk9AL8Iv19Lte24sYC04krXp9NIYPK8Q-wTvc)](https://www.deepcode.ai/app/gh/trakas/trakas/_/dashboard?utm_content=gh%2Ftrakas%2Ftrakas)
[![Analyses](https://github.com/trakas/trakas/actions/workflows/analyses.yml/badge.svg)](https://github.com/trakas/trakas/actions/workflows/analyses.yml)
[![Release](https://github.com/trakas/trakas/actions/workflows/release.yml/badge.svg)](https://github.com/trakas/trakas/actions/workflows/release.yml)
[![GitHub issues](https://img.shields.io/github/issues-raw/trakas/trakas)](https://github.com/trakas/trakas/issues)
[![Language](https://img.shields.io/github/languages/top/trakas/trakas)](https://github.com/trakas/trakas)
[![License](https://img.shields.io/github/license/trakas/trakas)](./LICENSE)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/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](https://trakas.js.org/docs/getting-started/installation) page for a quick overview.

## Examples

We have several examples [on the website](https://trakas.js.org). Here is the first one to get you started:

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

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

## Test

```shell
yarn test
```

## License

This project is licensed under the terms of the [MIT license](./LICENSE).