Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 948 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 948 Bytes

Box Drawing Sidebar

License VSCode version

Easily insert Box Drawing characters via a sidebar!

Installing from source

This project requires Node.JS version 16 minimum. Ensure that you have installed the correct version of Node.JS by running node --version.

The following snippet will download, install, and build the source from GitHub:

git clone https://github.com/esdmr/box-drawing-sidebar.git
cd box-drawing-sidebar
corepack pnpm install
corepack pnpm run build

After building, you can use VSCode to launch it.