Skip to content

lightweight-component/little-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeScript License Email QQ群

Little Helper

Cloudflare Workers GitHub License GitHub Repo stars

Little Helper for Cloudflare Workers, providing many util components in this single library. Powered on Hono Framework.

Chinese Documents 中文文档 👉 Here.

API Documents at little-helper-api-doc.ajaxjs.com. U can view the document for each module in this doucments by clicking the moudle name. The version for Chinese is on the road.


⭐ Features

In a set of code, provide the following API interfaces:

🏗️ Deployment

⚡ Fast way

🪧 For developers to install

If u r a developer, u want to code it, then u should install all environments. It's a project of standard NodeJS, so u just install the dependences by:

npm install

And then run it:

npm run dev

Beware of the version for NodeJS, I'm using v20.13.1. Plus this is a project of Cloudflare Wrangler.

npm run deploy

🚗 Roadmap

  • More and more utils to come.
  • Make adapt to other factory like: Vercel Edge, Netlify, AWS Lambda.
  • Analytics enhancements for all features by Workers Analytics Engine.