0.2.17 • Published 2 years ago

@cloud-technology/input-buffer v0.2.17

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
2 years ago

@cloud-technology/input-buffer

A Zero-Dependency JSON-Buffer-Serializer Prompt via Node.js

...

Table of Contents

Usage

@cloud-technology/input-buffer uses the latest Node.js LTS version; to quickly enable, run nvm use.

Development

Recommended - Testing Mode

Locally developing with jest file-watchers helps ensure non-breaking change are introduced.

  1. Install Dependencies
    npm install --quiet
  2. Build *.ts File(s), Enabling TSC File-Watching
    npm run build
  3. Open an Additional TTY and Run
    npm run start

Lastly, continue with development.

For alternative build & unit-testing commands, please refer to the commands list.

Common-JS

const Main = async () => {
    const { $ } = await import("@cloud-technology/input-buffer");
    
    // ...
}

( async () => await Main() )();

Modules

import { $ } from "@cloud-technology/input-buffer";

// ...
0.2.17

2 years ago

0.2.14

2 years ago

0.2.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago