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
- Host: GitHub
- URL: https://github.com/bryx-inc/ts-utils
- Owner: bryx-inc
- Created: 2023-05-12T13:23:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T14:48:36.000Z (over 2 years ago)
- Last Synced: 2025-04-14T16:19:55.872Z (about 1 year ago)
- Topics: bryx, library, typescript, vibes
- Language: TypeScript
- Homepage: https://bryx-inc.github.io/ts-utils/
- Size: 1.23 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
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.