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
- Host: GitHub
- URL: https://github.com/trakas/trakas
- Owner: trakas
- License: mit
- Created: 2020-05-09T12:46:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T17:23:55.000Z (about 3 years ago)
- Last Synced: 2025-08-16T10:59:51.591Z (5 months ago)
- Topics: assistant, javascript, javascript-library, react, reactjs, trakas, typescript, util, utilities, utility, utility-function, utility-library, utils
- Language: TypeScript
- Homepage: https://trakas.js.org
- Size: 105 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Trakas](http://trakas.js.org) · assistant of the gods
[](https://www.deepcode.ai/app/gh/trakas/trakas/_/dashboard?utm_content=gh%2Ftrakas%2Ftrakas)
[](https://github.com/trakas/trakas/actions/workflows/analyses.yml)
[](https://github.com/trakas/trakas/actions/workflows/release.yml)
[](https://github.com/trakas/trakas/issues)
[](https://github.com/trakas/trakas)
[](./LICENSE)
[](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).