https://github.com/aboutbits/ts-utils
https://github.com/aboutbits/ts-utils
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aboutbits/ts-utils
- Owner: aboutbits
- License: mit
- Created: 2023-07-14T05:19:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T10:37:56.000Z (almost 2 years ago)
- Last Synced: 2025-02-19T05:34:16.198Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 290 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# @aboutbits/ts-utils
[](https://badge.fury.io/js/%40aboutbits%2Fts-config)
[](https://github.com/aboutbits/ts-config/blob/main/license.md)
AboutBit's [TypeScript](https://www.typescriptlang.org/) utilities
## Usage
Install the package:
```sh
npm i -D @aboutbits/ts-utils
```
Import the utility of your choice:
```ts
import type { DistributivePick } from '@aboutbits/ts-utils'
// omitted code using DistributivePick
```
## Build & Publish
To build and publish the package, visit the GitHub Actions page of the repository.
You can choose between two workflows:
- `Release Package` to publish a new version of the package.
- `Pre-Release Package` to publish a new pre-release version of the package.
**Note:** Pre-releases need to be supplied with a pre-id.
**Note:** To increment a pre-release, you have to run the normal release workflow and select "prerelease". For this action you need to already be on a pre-release version.
## Information
AboutBits is a company based in South Tyrol, Italy. You can find more information about us
on [our website](https://aboutbits.it).
### Support
For support, please contact [info@aboutbits.it](mailto:info@aboutbits.it).
### Credits
- [All Contributors](../../contributors)
### License
The MIT License (MIT). Please see the [license file](license.md) for more information.