@agnosticui-guy
draw and code
Moved from Cali to Texas recently. I'm the creator of https://github.com/AgnosticUI/agnosticui where I've tried to build a UI Component library that isn't tied to any one framework (it's currently working for React, Angular, Vue, Svelte, and raw HTML/CSS/JavaScript!) Looking for contributors and users so stop by and get at me!
Fixing AgnosticUI issues :-) https://github.com/AgnosticUI/agnosticui/issues
You know, I just did this a few days back and then completely overhauled it to use @nrwl/nx which is quite handy in terms of generating really nice angular configuration. I took notes here The reason I preferred this, is you get things like Storybook configuration, dg analysis, etc., etc., all for free. That said, using this approach here is certainly viable! One thing I would recommend though is to npm link and test the package locally first before publishing. Or, npm pack and install it locally to do the same. It's not fun to publish to the registry just to learn your package won't install.
Your next article needs to be: "How to NOT write a good title for your post. Not!"; definitely a clever title haha. I would add, writing needless comments to blog posts as another way to NOT be a good programmer…oh shit, I'm using my open source time to putz around writing comments haha!
Lovely extensions list! Be careful with import cost…it has a cost :) My buddy at work spent a while troubleshooting why his vscode had bogged down. The premise of this plugin is really great and important, but when you think about the work it has to do to glean those sizes for you, I'm not sure I want that in my editor. Of course, I came from using ST3 and vim when vscode finally felt like the one IDE that wasn't a hog. For me, bundlephobia on demand is how I will have to roll. I would add indent-rainbow and webhint to this already great list!