figlet-ascii-art
Version:
Convert text to ASCII art using figlet. Supports JS and CLI.
176 lines (107 loc) β’ 4.25 kB
Markdown
<!-- # figlet-ascii-art
Simple node js library for converting text to ascii art using js figlet package
# ascii-art-figlet
Convert text to ASCII art using figlet.
## Installation
```bash
npm install -g ascii-art-figlet
```
## CLI Usage
```bash
ascii-art-cli "Hello World"
```
## Programmatic Usage
```js
const { convertToAscii } = require('ascii-art-figlet');
convertToAscii("Hello")
.then(console.log)
.catch(console.error);
``` -->
<h1 align="center">π figlet-ascii-art Simple </h1>
<h1 align="center">DOCUMENTATION PENDING PATIENCE IS APPRECIATED</h1>
<p align="center">
<a href="https://github.com/umair-ali-bhutto/" target="_blank">
<img src="https://umair-ali-bhutto.github.io/assets/CodePenIcon/logo.png" width="100px" height="100px" alt="logo"><br/>
</a>
</p>
<!-- π **Boost your debugging game!** This Visual Studio Code extension makes adding `console.log()` statements as simple as a single shortcut. Perfect for JavaScript And Typscript developers who love to code smart, not hard. -->
<!--
## π₯ Demo
β¨ See the magic in action! β¨
 -->
## βοΈ Author
Created with β€οΈ by [**Umair Ali Bhutto**](https://github.com/umair-ali-bhutto/)
[](https://github.com/umair-ali-bhutto/)
## π Table of Contents
- [β¨ Features](#-features)
- [π₯ Installation](#-installation)
- [β‘ Usage](#-usage)
- [π Release Notes](#-release-notes)
- [π
Badges](#-badges)
- [π License](#-license)
- [π€ Contributing](#-contributing)
## β¨ Features
π₯ **Supercharge Your Workflow**
- Instantly adds `console.log()` at the cursor position with a single shortcut: `Ctrl+Shift+J`.
- Auto-inserts the selected text as the log output for smarter debugging.
- Minimal, efficient, and tailored for speed!
## π₯ Installation
π Get started in three simple steps:
1. Open **VS Code**.
2. Press `Ctrl+P` and type:
```plaintext
ext install vs-code-console-log-extension
```
3. Hit **Enter** and let the extension work its magic!
Can Also Install Using Gui Using `Ctrl+Shift+X` When Extensions Panel Opens Search In The Search Box `vs-code-console-log-extension`
## β‘ Usage
β‘ It's as simple as this:
- **Option 1**: Highlight the variable or text you want to log.
- **Option 2**: Place your cursor where you want the log to appear.
Then, press:
```plaintext
Ctrl + Shift + J
```
VoilΓ ! Debugging made delightful. π
## π Release Notes
### π¨ V-0.0.5 (29-JAN-2025)
- Added Logic To Show Extension Enabled Message Once
- Fixed Demo Video Not Working Issue
- Fixed Issue [#3](https://github.com/umair-ali-bhutto/vs-code-console-log-extension/issues/3)
### π¨ V-0.0.4
- Updated Readme.md File
- Fixed Issue [#1](https://github.com/umair-ali-bhutto/vs-code-console-log-extension/issues/1)
### π V-0.0.3
- Added compatibility with previous VS Code versions.
### π¨ V-0.0.2
- Introduced an awesome new icon for instant recognition.
### π V-0.0.1
- Initial release of the Console Log Helper extension!
## π
Badges
- **Installs**: 
- **Rating**: 
## π License
This project is licensed under the **MIT License**.
Check out the full license details [here](LICENSE).
## π€ Contributing
π **Join the community!**
Got ideas, suggestions, or bug fixes? Hereβs how you can contribute:
1. **Fork** the repository.
2. Or **Clone** it to your local machine using `git clone https://github.com/umair-ali-bhutto/vs-code-console-log-extension.git`.
3. Create a **new branch** for your feature or bug fix.
4. Submit a **pull request** with your amazing changes!
β¨ **"Debugging is an art; let's make it stylish!"**
[π Check out my other projects](https://github.com/umair-ali-bhutto/) and donβt forget to β this repository if you find it helpful! π