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

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

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) | [![npm version](https://badge.fury.io/js/@kieler%2Ftable-webview.svg)](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).