1.1.10 • Published 3 years ago

@nexssp/system v1.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@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.
// 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+)
}
1.1.10

3 years ago

1.1.9

3 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago