npm packages

My Packages

Showing 2 published npm packages

A collection of TypeScript/JavaScript libraries and tools I've developed and published to the npm registry. Each package is designed with type-safety, performance, and developer experience in mind.

Total Packages
2
Total Downloads
242
Technologies
9

Detailed documentation coming soon!

Comprehensive guides, API references, and examples will be available.

Visit htpkgs.info
ht-create-tsapp
v1.2.0
2 downloads
npx ht-create-tsapp
Package Timeline
Published2023-10-15
Last Updated2023-12-08
This cli creates a ts project with a pre-defined structure with some options on project structure. It helps developers quickly bootstrap TypeScript applications with best practices built-in.
CLI
TypeScript
Node.js
Boilerplate
Scaffold
trycatch-lib
v0.1.0-alpha.2.1
240 downloads
npm install trycatch-lib
Package Timeline
Published2023-08-27
Last Updated2023-11-19
Simplifies synchronous and asynchronous error handling in JavaScript/TypeScript by replacing try...catch blocks with a consistent [result,error] tuple pattern, resulting in cleaner and more predictable code. Designed with type-safety as a primary concern.
TypeScript
Error Handling
Async/Await
Utility
Promise