Projects

ez-funcs

ez-funcs

ez-funcs
Technologies

TypeScript

Information

I found myself copying and pasting the same utility functions between personal and professional projects constantly so I finally decided to throw them into an npm package so that I can easily install them wherever I need them.

I honestly though this was going to be much more difficult than it is, but you can honestly throw together your package with good documentation in a matter of minutes. This entire project, including it's documentation only took me 30 minutes from start to finish and it was only my second time doing it.

If you haven't creating your own NPM package I would recommend throwing a simple one together and publishing it to go through the process. You will be shocked to find out just how easy it is.

There are a couple things that I think every developer should do to get over that imposter syndrome hump and I think creating and publishing an npm package is one of those things. It will make you a better developer overall that's for sure, but what is most important is it will make you FEEL like a better developer and that's like 90% of the battle won.

View Source CodeVisit Project