# blessed-js-console **Repository Path**: mirrors_Asana/blessed-js-console ## Basic Information - **Project Name**: blessed-js-console - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-19 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Overview Blessed-Js-Console is a mouse-driven JS console built directly on [neo-blessed](https://github.com/embarklabs/neo-blessed). It is based on [janeway](https://github.com/11ways/janeway) with all other dependencies removed. ## Build - `git clone` this repo locally and `cd` into it. - `npm install` - `npm run build` - `npm run compress` - Copy `dist/blessed-js-console.min.js` to your 3rd party directory. ## Usage See `start.js` for usage examples