mysvg-nx-barrels-creator
v2.0.7-alpha
Published
Automatic TypeScript barrels for your mysvg / myasi and maybe more
Downloads
9
Readme
README
Create a barrel (index.ts) file per lib (nx workspace) with exports for all files inside lib folder.
What is this repository for?
- Create index.ts files for exporting all files via barrels (e.g. @xlib/mycode).
- Only one root barrel file per lib (
libs/*) - Except for
libs/apiin this special lib there is one root index.ts file per folder (direct child of libs/api/).
How do I get set up?
- Install via package.json dev dependency via git link and tag
- no configuration needed (this is a special implementation for mysvg / myasi)
- Run
yarn mysvg-barrels-creator
