ilearnio/module-alias
Register aliases of directories and custom module paths in Node observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 66
- 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: 3847
- days_rel: n/a
- days_push: 209
- n_releases_24m: 0
Adoption not part of the score
1788 stars · 71 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Node.js library that lets you register aliases for directories and custom module paths, eliminating long relative import paths like '../../../../some/module'. It supports both CommonJS and ES Modules via package.json configuration or programmatic registration.
Use cases
- replace long relative import paths in node projects
- register custom module directories like private node_modules
- configure import aliases in package.json
- use path aliases with es modules in node
- resolve @-prefixed module aliases at runtime
When to choose
- your Node.js codebase suffers from deeply nested relative imports
- you want zero-config aliases defined in package.json
- you need custom module directories acting like node_modules
When to avoid
- you're using a bundler like webpack, Vite, or TypeScript paths which handle aliases natively
- you're publishing an npm package where alias patching can cause caveats
- you only target Deno or Bun which have built-in path mapping
Facets
library · maturity active
developer-tools package-manager configuration-management developer-tools backend cli module-aliases path-resolution esm commonjs import-aliases nodejs
2 sources
- readme: https://github.com/ilearnio/module-alias · fetched 2026-08-28 · 436e99fd7dd8
- registry_npm: https://registry.npmjs.org/module-alias · fetched 2026-08-29 · b082d799515a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ilearnio/module-alias | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="ilearnio/module-alias")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem