DEV Community

Mark Kozel
Mark Kozel

Posted on

1

My NPM Modules

I created a few NPM modules to help with work and personal projects

I tried a few existing packages, but found that all had many other dependencies...creating large project repos

Since I needed simple functionality, I decided to make my own without dependencies

  • QuickGitJs: a simple node tool to interact with local repo for status and updates

  • QuickJSONConfig: a silly package that reads a JSON (such as package.json) and allows accessing and updating of the file. I say silly because it does a silly thing as it reads in each element...it creates get/set functions for each top-level JSON element. I did this for fun and realize is it not really practical

  • QuickAsk: a simple prompt function that gets and returns user responses

  • QuickTextColor: a library of ansi color codes to make cli node apps a little nicer

  • QuickHTTPD: simple node server using the http built-in module. Supports http and https. I built this to help me understand server-side certificate usage

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay