Skip to content

Get rid of pointless index files. Finds eligible files, renames them, and updates references. Useful for dealing with legacy code.

License

Notifications You must be signed in to change notification settings

sstackus/index-ridder

Repository files navigation

index-ridder

⚠️ Work in progress.

A deno-based utility that solves having hordes of index.(ts|js) files in a project.

Turns this:

src/aaa/index.ts
src/bbb/index.tsx
src/ccc/index.mjs

Into this:

src/aaa.ts
src/bbb.tsx
src/ccc.mjs

About

Get rid of pointless index files. Finds eligible files, renames them, and updates references. Useful for dealing with legacy code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published