gounisalex

↗ HN profile [ 12.7 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I was asked to provide 17 PDF files for my mortgage application. I got tired of opening and closing files, and started looking for ways to process multiple PDFs at once. I came across Adobe's portfolio spec, but that…

  2. I built a tool called clifast. It reads your TypeScript/JavaScript exported functions and generates a complete npm/npx CLI package in one command: npx clifast your-file.ts It parses types, JSDoc comments and function…