0.0.2 • Published 1 year ago

mixing-bowl v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Mixing Bowl

This is a tool to make namespace based TypeScript projects.

Yes, I know namespaces are not recommended but I feel that they still have their place, particularly in mono repos. This gives some combatability with other methodologies and a nice simple way to import external libraries.

When using this, it will generate a tsconfig file in your project directory so make sure you add it to your ignore. You can include an extends property on your config to make adjustments to your config easily.