https://github.com/kieler/jutils
Util packages for JavaScript
https://github.com/kieler/jutils
Last synced: about 1 month ago
JSON representation
Util packages for JavaScript
- Host: GitHub
- URL: https://github.com/kieler/jutils
- Owner: kieler
- License: epl-2.0
- Created: 2023-07-26T11:24:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T13:37:43.000Z (5 months ago)
- Last Synced: 2025-05-07T13:58:28.940Z (about 1 month ago)
- Language: TypeScript
- Size: 141 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Kieler JutilS \[ˈjuːtɪlz\]
Collection of utilities used by various Kieler tools. The utilities are published in individual npm packages.## List of utilities
| package | version | Description |
---|---|---
| [table-webview](https://www.npmjs.com/package/@kieler/table-webview) | [](https://badge.fury.io/js/@kieler%2Ftable-webview) | Generic table view for use in VS Code extensions. |## Releasing Packages
The repository houses multiple packages that can be individually released to npm.
To perform a release, make sure the version number in the `package.json` of the package-to-release has been updated to the new version.
The release can then be automatically performed using the `release-package` [workflow](https://github.com/kieler/JutilS/actions/workflows/release-package.yml).