# ngx-terminal

> A simple Angular terminal very light size ( use [easy-terminal](https://www.npmjs.com/package/easy-terminal) a non dependencies vanilla javascript terminal)

Latest version **0.0.5** (published 2023-11-25) · 0 weekly downloads

## Install

```sh
npm install ngx-terminal
pnpm add ngx-terminal
yarn add ngx-terminal
bun add ngx-terminal
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2023-11-25 |
| First published | 2022-12-21 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 30.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Paul Richez |
| Maintainers | paulrichez |
| Keywords | ngx terminal, ngx-terminal, angular terminal, ng terminal, ng-terminal |

## Links

- npm: https://www.npmjs.com/package/ngx-terminal
- Repository: https://github.com/PaulRichez/libCreator.git#master
- Homepage: https://github.com/PaulRichez/libCreator/tree/master#readme
- Issues: https://github.com/PaulRichez/libCreator/issues
- npm.io page: https://npm.io/package/ngx-terminal

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^2.3.0

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 0.0.5 (latest) — 2023-11-25
- 0.0.4 — 2022-12-21
- 0.0.3 — 2022-12-21
- 0.0.1 — 2022-12-21

## README

# Ngx-terminal

## Overview

A simple Angular terminal very light size ( use [easy-terminal](https://www.npmjs.com/package/easy-terminal) a non dependencies vanilla javascript terminal)

## Démo

[Démo/doc](https://lib-creator.vercel.app/ngx-terminal)

## Installation
```
npm i ngx-terminal
```

``` ts
  import { NgxTerminalModule } from 'ngx-terminal';

  imports: [
    NgxTerminalModule,
  ]
``` 

## Usage
```html
  <ngx-terminal></ngx-terminal>
```

## Interfaces
  | name           | type             | default | desc                                                 |
  | -------------- | ---------------- | ------- | ---------------------------------------------------- |
  | getSytemTheme         | function return strinng           | N/A     | return 'light' or 'dark'                        |
  | isLightTheme        | function return boolean           | N/A    | return true if system theme is light                        |
  | isDarkTheme    | function return boolean      | N/A    | return true if system theme is dark                    |
  | listenSystemTheme        | Observable<'string'>      | N/A       |Observable which listen the change with boolean for initial value or not                            |

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