Commit graph

2 commits

Author SHA1 Message Date
ee435c2e72 Added README file and lwrap functionality
Created new README file providing usage and build instructions for the lwrap
utility. Implemented text line wrapping to a certain length.
2025-06-26 14:17:50 +02:00
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