# @talend/scripts-utils

> This is a general package which contains useful utils for @talend/scripts-\* packages.

Latest version **2.5.0** (published 2025-09-09) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @talend/scripts-utils
pnpm add @talend/scripts-utils
yarn add @talend/scripts-utils
bun add @talend/scripts-utils
```

## Health

**Score 40/100 (D)** — status: stable.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

Negative: stale.

## Facts

| | |
|---|---|
| Version | 2.5.0 |
| Published | 2025-09-09 |
| First published | 2022-06-07 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 12.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 159 |
| Author | Talend Frontend |
| Maintainers | talend-frontend |

## Links

- npm: https://www.npmjs.com/package/@talend/scripts-utils
- Repository: https://github.com/Talend/ui
- Homepage: https://github.com/Talend/ui#readme
- Issues: https://github.com/Talend/ui/issues
- npm.io page: https://npm.io/package/@talend/scripts-utils

## Dependencies (3)

- [glob](https://npm.io/package/glob.md) ^8.1.0
- [which](https://npm.io/package/which.md) ^2.0.2
- [fs-extra](https://npm.io/package/fs-extra.md) ^10.1.0

## Recent versions

- 2.5.0 (latest) — 2025-09-09
- 2.4.0 — 2025-07-09
- 2.3.4 — 2025-06-27
- 2.3.3 — 2025-06-24
- 2.3.2 — 2025-06-19
- 2.3.1 — 2025-04-10
- 2.3.0 — 2024-06-13
- 2.2.1 — 2024-02-29
- 2.2.0 — 2023-11-15
- 2.1.0 — 2023-11-06
- 2.0.2 — 2023-01-26
- 2.0.1 — 2023-01-17
- 2.0.0 — 2023-01-16
- 1.0.0 — 2022-06-07

## README

# UI

That repository was created in an effort to simplify the development of Talend's front-end stack.

## Goals

- Single code repository / Multiple packages
- Global (cross package) test and review tools
- Easy cross packages development
- Share and love open source.

## The stack

- [react-cmf](https://github.com/Talend/ui/tree/master/packages/cmf)
- [react-talend-containers](https://github.com/Talend/ui/tree/master/packages/containers)
- [react-talend-components](https://github.com/Talend/ui/tree/master/packages/components)
- [react-talend-forms](https://github.com/Talend/ui/tree/master/packages/forms)
- [talend-icons](https://github.com/Talend/ui/tree/master/packages/icons)
- [bootstrap-talend-theme](https://github.com/Talend/ui/tree/master/packages/theme)

## Tools (dev environment)

We have quick access from the root to the following npm scripts:

- postinstall (trigger build of every package)
- pre-release (trigger build of UMD of supported package)
- start (start the playground)
- test
- lint

The CI will ensure on each PR that test and lint are OK before you can merge your pull request. It will also provide you a demo so reviewers can play with your change and try to find impact of your PR on other packages.

## Versions and breaking changes

The stack is stable and we do our best to not break APIs.
To handle versions we rely on [**changeset**](https://github.com/atlassian/changesets/). So on each PR you will be able to request a release intent along your changes. It will fill automatically the changelog at release time. Do not forget to commit the file outputed by the changeset CLI.

## More

If you want to know more (release, versions, etc ...) please take a look on [the wiki](https://github.com/Talend/ui/wiki)

---
_Source: https://npm.io/package/@talend/scripts-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
