# @s-ui/helpers

> A set of internal helpers used by sui-related packages.

Latest version **1.39.0** (published 2024-05-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install @s-ui/helpers
pnpm add @s-ui/helpers
yarn add @s-ui/helpers
bun add @s-ui/helpers
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.39.0 |
| Published | 2024-05-06 |
| First published | 2017-09-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 9.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 180 |
| Maintainers | daniel.perez.ext, albert.peiro, frandelacasa-adevinta, mariapaula.forero.ext, hpintos_adevinta, sziauberyte, victor.perez.adevinta, oscar-raig-adevinta, carlos.gonzalezl, carolina.mallo.ext, david.nieto, ferran.simon, xavi_conejo, sergi.quintela, jamile.radloff, xavi_ballestar, luz_adv, ignacio.rodriguez, carlosvillu-adevinta, diegomr, arturo.vicente, adria.velardos, emiliovz, dann41, ruben-martin, pol.valls, cristina.rodriguez.duque, sergio.escano, marc.benito, azahara, patricio.sartore, giovanny.sayas.ext, david.cuadrado.ext, alex.castells, beatrizip, pablo.rey-adevinta, sergiocollado, mango.sanchezredondo, cristhianb, alisa_bayanova, davidmartin2108, ferrangbtw, estefania_garcia, belen.santos, alfredo.arronte, joanleon-adv, giodelabarrera.adevinta, luis-garrido, aitor.rodriguez, jordi.munoz, oscar_ramirez, ignacio_navarro, a.ferrer, gfabregoadv, izeller, salvador.juan, oriol.egea, ivanmlaborda, alejandro.ferrante, pa.chruscinski.ext, isabelgomez87, jenifer.lopez, daniela.aguilera, pablogs, javier.miguel, oscar.gomez, marian.lucaci, alverd004, oriol.puig, nacho_torrella, xavi.murcia, chloe.leteinturier, javiauso, alfredo.zimperz, francisco.ruiz.lloret, fermin.adevinta, andresadv, schibstedspain |

## Links

- npm: https://www.npmjs.com/package/@s-ui/helpers
- Repository: https://github.com/SUI-Components/sui
- Homepage: https://github.com/SUI-Components/sui/tree/master/packages/sui-helpers#readme
- Issues: https://github.com/SUI-Components/sui/issues
- npm.io page: https://npm.io/package/@s-ui/helpers

## Dependencies (3)

- [execa](https://npm.io/package/execa.md) 5.1.1
- [p-queue](https://npm.io/package/p-queue.md) 6.6.2
- [fs-extra](https://npm.io/package/fs-extra.md) 10.1.0

## Recent versions

- 1.39.0 (latest) — 2024-05-06
- 1.39.0-typescript-support.8 (typescript-support) — 2024-05-06
- 1.38.0-typescript.5 (typescript) — 2023-10-24
- 1.25.0-beta.1 (beta) — 2020-12-10
- 1.39.0-typescript-support.7 — 2024-04-29
- 1.39.0-typescript-support.6 — 2024-04-29
- 1.39.0-typescript-support.5 — 2024-02-22
- 1.39.0-typescript-support.4 — 2024-02-21
- 1.39.0-typescript-support.3 — 2024-02-13
- 1.39.0-typescript-support.2 — 2024-01-26
- 1.39.0-typescript-support.1 — 2024-01-22
- 1.39.0-typescript-support.0 — 2024-01-22
- 1.38.0-typescript.3 — 2023-08-10
- 1.38.0-typescript.2 — 2023-08-08
- 1.38.0-typescript.1 — 2023-07-13
- … 37 more at https://npm.io/package/@s-ui/helpers/versions

## README

# sui-helpers

> A set of internal helpers used by sui-related packages.


## Usage

```js
import {serialSpawn} from '@s-ui/helpers/cli'

serialSpawn([
    ['sui-lint', ['js']],
    ['sui-lint', ['sass']],
    ['npm', ['run', 'test']]
])
  .then(code => process.exit(code))
  .catch(code => process.exit(code))
```

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