Skip to content

reactmaster1/linterf

 
 

Repository files navigation

💫 linterf

Please watch it before using it

Be sure to watch DETAIL.md before using it!

💬 An advanced version of nodecli-gui

  • Widgets: Panel, Button, Label, Checkbox, Radio, Image, Textbox, Webview, Custom
  • Presets: Modal (create-later)
  • Functions: TCG (3D CLI Graphic)

🎬 Webview ?

  • Use the Web-related node.js library to take screenshots over the Internet and convert them into text to display

🆕 TCG ?

  • A 3D engine using cli, and text is drawn on the screen using location and size data.

💾 Installation

$ npm install linterf

💾 Usage

const { CLIApplication, CLILabel } = require(`linterf`);

const app = new CLIApplication();

const title = <CLILabel text="title" styles={{ "text-color": "#222831", y: 2 }} />;

app.append(title);
app.show(30); // frame: 30

🎥 Run

$ npx linterf-scripts build

About

Line interface for easier use of cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.2%
  • JavaScript 22.8%