Small utility for wrapping text lines to a certain length.
Find a file
Matthieu Jolimaitre 06e062b0a5 Initial commit: LWP (Line Wrapping Program) with deno compile and formatting
Added support for deno compilation and formatting to .deno.json file.
Implemented basic line wrapping functionality in src/lwrap.ts, using Wrapper
class to wrap lines at 80 characters.
2025-06-26 14:07:21 +02:00
src Initial commit: LWP (Line Wrapping Program) with deno compile and formatting 2025-06-26 14:07:21 +02:00
test Initial commit: LWP (Line Wrapping Program) with deno compile and formatting 2025-06-26 14:07:21 +02:00
.gitignore Initial commit: LWP (Line Wrapping Program) with deno compile and formatting 2025-06-26 14:07:21 +02:00
build Initial commit: LWP (Line Wrapping Program) with deno compile and formatting 2025-06-26 14:07:21 +02:00
deno.json Initial commit: LWP (Line Wrapping Program) with deno compile and formatting 2025-06-26 14:07:21 +02:00