UNPKG

@trap_stevo/terminal-plus

Version:

Transform your CLI into a visually striking, feature-rich command layer. Blend animated gradients, stylish badges, dynamic progress bars, sleek tables, and precise formatting utilities — all turning terminal output into a powerful visual experience.

54 lines (53 loc) 1.63 kB
{ "name": "@trap_stevo/terminal-plus", "version": "0.0.3", "description": "Transform your CLI into a visually striking, feature-rich command layer. Blend animated gradients, stylish badges, dynamic progress bars, sleek tables, and precise formatting utilities — all turning terminal output into a powerful visual experience.", "main": "dist/cjs/TerminalPlus.js", "scripts": { "build": "babel src -d dist/cjs --env-name cjs", "start-terminal": "node demos/terminalPlusDemo.js", "start": "node dist/cjs/TerminalPlus.js" }, "keywords": [ "Legendary", "Enlightened", "Steven Compton", "Magical", "CLI", "Terminal", "Command Line", "Legendary CLI", "Beautiful CLI", "Gradient Text", "Terminal Animations", "Progress Bar", "Console Table", "Terminal Badge", "Styled Terminal Output", "Next-Gen Terminal", "Node CLI", "Developer Tools", "Terminal UI", "Interactive CLI", "Terminal Renderer", "Chalk Utilities", "ANSI Styling", "Command Layer" ], "author": "Steven Compton", "license": "See License in LICENSE.md", "copyright": "© 2025 Hassan Steven Compton. All rights reserved.", "dependencies": { "@babel/runtime": "^7.27.6", "chalk": "^4.1.2", "grapheme-splitter": "^1.0.4", "readline": "^1.3.0" }, "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.25.2", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-transform-runtime": "^7.24.7", "@babel/preset-env": "^7.25.3" } }