Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.44 KB

File metadata and controls

51 lines (30 loc) · 1.44 KB

@aboutbits/ts-utils

npm package license

AboutBit's TypeScript utilities

Usage

Install the package:

npm i -D @aboutbits/ts-utils

Import the utility of your choice:

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.

Support

For support, please contact info@aboutbits.it.

Credits

License

The MIT License (MIT). Please see the license file for more information.