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

https://github.com/bryx-inc/ts-utils

supercharge your typescript project with idiomatic helpers and magic types
https://github.com/bryx-inc/ts-utils

bryx library typescript vibes

Last synced: about 1 year ago
JSON representation

supercharge your typescript project with idiomatic helpers and magic types

Awesome Lists containing this project

README

          




Bryx | TS Utils


This library serves as a shared collection of common typescript utility methods.

## Installation
```sh
$ npm i @bryx-inc/ts-utils
```

## Documentation

Library documentation is generated with [TypeDoc](https://github.com/TypeStrong/TypeDoc), and can be built locally.

```sh
$ yarn docs
$ npx serve public/
```

The most up-to-date documentation is hosted at [https://tsutils.bryxinc.dev](https://tsutils.bryxinc.dev).

## Contributions

This project utilizes [changesets](https://github.com/changesets/changesets) to manage contributions. To get started, fork the repository and add your changes. When you are ready to pubmit a pull request, run `yarn changeset` to create a changeset and add it to the commit, then create a PR.

```sh
$ gh pr create -R bryx-inc/ts-utils --base main
```

Please refer to our [contribution guidelines](/CONTRIBUTING.md) for more information.

---


Brought to you with 🤍 By the Bryx team in Rochester, NY.