![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Convert ascii grid drawings into unicode "box-drawing" characters.
Contents - Install | Usage | Examples | Tests | License
npm install -g boxdraw # installs "boxdraw" to npm bin, ensure that directory is on your path
boxdraw <<-EOF # PRESS ENTER
> +-+ # PASTE INPUT
> | |
> +-+
> EOF # ENTER "EOF"
┌─┐ # PRESS ENTER
│ │
└─┘
Or,
git clone git@github.com:evnp/boxdraw.git
cp ./boxdraw/boxdraw ~/bin # or /usr/local/bin, or any other dir on $PATH
# Or run boxdraw script directly from source:
cd boxdraw
./boxdraw < input.txt
# Run 'demo' to get a sense of expected input/output:
cat test-in.txt # input
npm run demo # output
boxdraw --help
Usage:
boxdraw <<-EOF # PRESS ENTER
> +-+ # PASTE INPUT
> +-+
> EOF # ENTER "EOF"
┌─┐ # PRESS ENTER
└─┘
OR
boxdraw < inputfile.txt
Options:
boxdraw 8 < inputfile.txt # Draw with margin of 8 lines/spaces
boxdraw 0 bold < inputfile.txt # Draw with bold "box-drawing" characters
boxdraw 2 double < inputfile.txt # Draw with double-line "box-drawing" characters AND margin
More information:
https://github.com/evnp/boxdraw
https://en.wikipedia.org/wiki/Box-drawing_character
boxdraw < inputfile.txt
boxdraw <<-EOF # PRESS ENTER
> +-+---+ # PASTE INPUT
> | | |
> +-+-+ |
> | | | |
> +-+-+-+
> EOF # ENTER "EOF"
# PRESS ENTER
┌─┬───┐
│ │ │
├─┼─┐ │
│ │ │ │
└─┴─┴─┘
Margins:
boxdraw 3 <<-EOF
> +-+---+
> | | |
> +-+-+ |
> | | | |
> +-+-+-+
> EOF
┌─┬───┐
│ │ │
├─┼─┐ │
│ │ │ │
└─┴─┴─┘
Line style:
boxdraw 0 bold <<-EOF
> +-+---+
> | | |
> +-+-+ |
> | | | |
> +-+-+-+
> EOF
┏━┳━━━┓
┃ ┃ ┃
┣━╋━┓ ┃
┃ ┃ ┃ ┃
┗━┻━┻━┛
boxdraw 0 double <<-EOF
> +-+---+
> | | |
> +-+-+ |
> | | | |
> +-+-+-+
> EOF
╔═╦═══╗
║ ║ ║
╠═╬═╗ ║
║ ║ ║ ║
╚═╩═╩═╝
Run once:
npm install
npm test
Use fswatch
to re-run tests on file changes:
brew install fswatch
npm install
npm run testw
Non-OSX: replace brew install fswatch
with package manager of choice (see fswatch docs)
MIT
FAQs
Convert ascii grid drawings into unicode 'box-drawing' characters
The npm package boxdraw receives a total of 2 weekly downloads. As such, boxdraw popularity was classified as not popular.
We found that boxdraw demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.