# @nexssp/plugin

> Plugin system for not only the Nexss Programmer.

Latest version **1.1.2** (published 2025-04-25) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 40/100 (D)** — status: maintenance-mode.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2025-04-25 |
| First published | 2021-05-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 13.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | nexss |
| Keywords | plugin system, nexss, nexss programmer |

## Links

- npm: https://www.npmjs.com/package/@nexssp/plugin
- Repository: https://github.com/nexssp/plugin
- Homepage: https://github.com/nexssp/plugin#readme
- Issues: https://github.com/nexssp/plugin/issues
- npm.io page: https://npm.io/package/@nexssp/plugin

## Dependencies (5)

- [fast-glob](https://npm.io/package/fast-glob.md) ^3.3.3
- [@nexssp/ansi](https://npm.io/package/@nexssp/ansi.md) ^1.2.2
- [@nexssp/extend](https://npm.io/package/@nexssp/extend.md) ^2.0.9
- [@nexssp/logdebug](https://npm.io/package/@nexssp/logdebug.md) ^1.1.0
- [@nexssp/markdown](https://npm.io/package/@nexssp/markdown.md) ^1.1.0

## Recent versions

- 1.1.2 (latest) — 2025-04-25
- 1.1.1 — 2025-04-24
- 1.1.0 — 2025-04-24
- 1.0.10 — 2023-05-08
- 1.0.9 — 2022-01-15
- 1.0.8 — 2022-01-15
- 1.0.7 — 2022-01-15
- 1.0.5 — 2021-05-25
- 1.0.4 — 2021-05-23
- 1.0.3 — 2021-05-23
- 1.0.2 — 2021-05-22
- 1.0.1 — 2021-05-21

## README

# @nexss/plugin

**24.04.2025 TypeScript Support** - Added TypeScript type definitions for better development experience.

Plugin system for not only the Nexss Programmer.

## Note

This Nexss Programmer's plugin is the effect of the refactoring the Nexss Programmer **@nexssp/cli** which development has been started in 2018. This module can be used also _separately_ without the Nexss Programmer.

```js
const plugin1 = nexssPlugin({
  path: resolve('.'),
  commandsPath: 'tests/commands',
})

plugin1.start()
// plugin1.displayCommandHelp()
plugin1.runCommand('testCommand1')
plugin1.runCommand('xxxx')

````

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