@cloud-technology/input-buffer
TypeScript icon, indicating that this package has built-in type declarations

0.2.17 • Public • Published

@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";

// ...

Readme

Keywords

none

Package Sidebar

Install

npm i @cloud-technology/input-buffer

Weekly Downloads

2

Version

0.2.17

License

BSD-2-Clause

Unpacked Size

35.6 kB

Total Files

12

Last publish

Collaborators

  • segmentational