Skip to main content
Deno 2 is finally here 🎉️
Learn more

Icarus

A Module system for deno to allow you to fly closer to the sun.

What is this repo?

This is a module system for reducing apparent complexity in backend projects by providing a method for starting all the different parts of your system, and passing dependencies between them.

How to use

See ./examples. Proper docs coming soon™

Speed

Module sorting is (🔥 Blazingly™) fast, with the sytem being capable of sorting 100 modules with 30 dependencies each in under half a millisecond.

Run deno bench in the project repo to verify these results