https://github.com/tdewolff/tdewolff
https://github.com/tdewolff/tdewolff
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tdewolff/tdewolff
- Owner: tdewolff
- Created: 2024-03-04T12:14:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-21T13:52:30.000Z (12 months ago)
- Last Synced: 2025-01-29T06:51:24.421Z (5 months ago)
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taco de Wolff
A collection of integrated tools and libraries using the Go programming language.
- [prompt](https://github.com/tdewolff/prompt): Command line prompting by scanning into any variable type using a text, select, or checkbox input prompt.
- [argp](https://github.com/tdewolff/argp): Command line argument parsing, including parsing lists and maps and configuration files.
- [font](https://github.com/tdewolff/font): Font parsing and manipulation for TTF, OTF, TTC, WOFF, WOFF2, and EOT file types.
- [cmd/fontcmd](https://github.com/tdewolff/font/tree/master/cmd/fontcmd): Font toolkit that can select a subset of glyphs from a font, merge fonts, or show font information and display glyphs in the command line or as a raster image.
- [locale](https://github.com/tdewolff/locale): Handling of locale-specific parsing of dates, date intervals, currencies, etc using the CLDR dataset.
- [mail](https://github.com/tdewolff/mail): Mail related utilities, including parsing DMARC and SMTP TLS reports and the milter protocol.
- [milter](https://github.com/tdewolff/mail/tree/master/cmd/milter): A mail filter to prevent e-mail spoofing, use Sender Rewriting Scheme (SRS), and parse SMTP TLS/DMARC reports.
- [parse](https://github.com/tdewolff/parse): Parsing utilities with parsers for (mainly) web formats, such as HTML, CSS, JS, JSON, and XML.
- [minify](https://github.com/tdewolff/minify): High-performance minifiers for web file formats, such as HTML, CSS, JS, JSON, and XML.
- [cmd/minify](https://github.com/tdewolff/minify/tree/master/cmd/minify): Command line tool to minify files.
- [canvas](https://github.com/tdewolff/canvas): Vector graphics library that can output raster images, SVGs, PDFs, HTML Canvas, TeX, PostScript, etc. file formats.