# @nexssp/system

> System functions not only for the Nexss Programmer

Latest version **1.1.10** (published 2022-04-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nexssp/system
pnpm add @nexssp/system
yarn add @nexssp/system
bun add @nexssp/system
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.10 |
| Published | 2022-04-02 |
| First published | 2021-05-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 7.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Marcin Polak |
| Maintainers | nexss |
| Keywords | system, spawn, exe |

## Links

- npm: https://www.npmjs.com/package/@nexssp/system
- Repository: https://github.com/nexssp/system
- Homepage: https://nexss.com
- Issues: https://github.com/nexssp/system/issues
- Funding: https://www.paypal.com/paypalme/mapoart
- npm.io page: https://npm.io/package/@nexssp/system

## Dependencies (3)

- [@nexssp/os](https://npm.io/package/@nexssp/os.md) ^2.0.25
- [string-argv](https://npm.io/package/string-argv.md) ^0.3.1
- [@nexssp/extend](https://npm.io/package/@nexssp/extend.md) ^2.0.9

## Recent versions

- 1.1.10 (latest) — 2022-04-02
- 1.1.9 — 2022-01-15
- 1.1.8 — 2021-12-03
- 1.1.7 — 2021-12-01
- 1.1.6 — 2021-05-31
- 1.1.5 — 2021-05-25
- 1.1.4 — 2021-05-25
- 1.1.3 — 2021-05-24
- 1.1.2 — 2021-05-24
- 1.1.1 — 2021-05-24
- 1.0.12 — 2021-05-14
- 1.0.11 — 2021-05-10
- 1.0.9 — 2021-05-10
- 1.0.8 — 2021-05-10
- 1.0.7 — 2021-05-10
- … 5 more at https://npm.io/package/@nexssp/system/versions

## README

# @nexssp/system

This module is **experimental**.

- **1.1.0** - upgraded @nexssp/extend to 2.0.1, structure changed. more testing done. _still experimental_.
- **1.0.8** - new function `nExec`. Different aproach to run commands. If nSpawn has any issues this can be a solution. Keep in mind this module is experimental.
- **1.0.6** - `stripTerminalColors` - removes from putput the colors, so the output is just a text.

```js
// To output just to the terminal use option: `{stdio: 'inherit'}`
// To strip the terminal colors use `stripTerminalColors`
const result = nSpawn("nexss Id --something='x y z'", { stripTerminalColors: true });

{exitCode: int,
stderr: string,
stdout: string
cmd: string
args: array // parsed arguments (1.0.7+)
command: string // just orginal command (1.0.7+)
}

```

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