proYang/outils
:rocket: 前端业务代码工具库 observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3221
- days_rel: n/a
- days_push: 1366
- n_releases_24m: 0
Adoption not part of the score
2607 stars · 578 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A JavaScript utility library of commonly used frontend business functions such as date formatting, URL query parsing, browser/OS detection, debounce, throttle, cookie handling, and DOM helpers. It is published to npm and also usable in the browser via a UMD bundle, with per-function imports supported.
Use cases
- format dates in frontend code
- parse url query strings into objects
- detect browser type and operating system
- debounce or throttle event handlers
- read and write cookies
- deep clone objects
- smooth scroll to an element position
When to choose
- you want a small grab-bag of common frontend helpers without pulling in a big framework utility
- you need per-function imports to keep bundle size small
- you want a UMD build usable directly via script tag
When to avoid
- you need a modern, actively maintained utility library (last release 2022)
- you need TypeScript types or tree-shaking-friendly ESM modules
- you need utilities beyond basic frontend business helpers
Facets
library · maturity maintenance
developer-tools web-development frontend developer-tools browser utility-library frontend-utils date-formatting debounce throttle cookie dom-helpers umd nodejs javascript
2 sources
- readme: https://github.com/proYang/outils · fetched 2026-08-28 · 1f856964942a
- registry_npm: https://registry.npmjs.org/outils · fetched 2026-08-29 · ec806d4912ca
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| proYang/outils | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem