Skip to content

geniqks/Cosmoosjs

Repository files navigation

CosmosJS

Homemade bootstrapper to enhance our bun.sh development experience

CosmosJs was developed following a mutual desire among friends to create an in-house solution and no longer depend on frameworks such as nestjs or adonisjs. We wanted to be able to do things simply and quickly, while eliminating repetitive tasks, leaving the developer a great deal of freedom and not overcomplicating certain tasks.

We don't presume to say we're a framework, we prefer to say we're an application bootstrapper. At the moment we only intend to support Bun

Packages

Package
@cosmoosjs/core
@cosmoosjs/hono-openapi

Troubleshooting

Package resolve not working

As explained here you need to link the package because bun workspace implementation seems to be very buggy.

for more information bun link