https://github.com/lightweight-component/little-helper
Little Helper for Cloudflare workers
https://github.com/lightweight-component/little-helper
cloudflare cloudflare-workers helper tools utility
Last synced: 12 months ago
JSON representation
Little Helper for Cloudflare workers
- Host: GitHub
- URL: https://github.com/lightweight-component/little-helper
- Owner: lightweight-component
- License: apache-2.0
- Created: 2024-06-13T08:39:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-20T12:55:14.000Z (over 1 year ago)
- Last Synced: 2025-01-16T21:25:26.347Z (about 1 year ago)
- Topics: cloudflare, cloudflare-workers, helper, tools, utility
- Language: TypeScript
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.typescriptlang.org/)
[](http://www.apache.org/licenses/LICENSE-2.0.txt)
[](mailto:frank@ajaxjs.com)
[](https://shang.qq.com/wpa/qunwpa?idkey=3877893a4ed3a5f0be01e809e7ac120e346102bd550deb6692239bb42de38e22)
#
Little Helper



Little Helper for Cloudflare Workers, providing many util components in this single library. Powered on [Hono Framework](https://hono.dev/).
Chinese Documents 中文文档 👉 [Here](README_zh.md).
API Documents at [little-helper-api-doc.ajaxjs.com](https://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](https://developers.cloudflare.com/workers/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](https://developers.cloudflare.com/analytics/analytics-engine).