Skip to content

cloud-hybrid/input-buffer

Repository files navigation

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

// ...

About

File System Path Input Serializer + Prompt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published