mixing-bowl
v0.0.2
Published
A simple tool for creating namespace based typescript projects
Downloads
1
Readme
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.