Initial commit

This commit is contained in:
2026-02-22 03:46:33 +01:00
commit cb5de6948f
3 changed files with 201 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "ansi-tools",
"version": "0.1.0",
"type": "module",
"private": true,
"bin": {
"ansi-trunc": "./ansi-trunc.mjs",
"grep-mtime-sorter": "./grep-mtime-sorter.mjs"
}
}