Skip to content

Releases: Chickenbreadlp/npmLister

Pretty-Print

26 Jul 06:41
Compare
Choose a tag to compare

You can now output a pretty-print JSON right from this application

1.1.4

25 Jul 07:39
Compare
Choose a tag to compare

Added Keywords for npm & reduced amount of Spaghetti code, to make the code a bit easier to work with.
Also switched from var to let (except for for loops)

Hotfix No.1

23 Jul 13:30
Compare
Choose a tag to compare

So, I noticed, that the application wasn't giving out any errors, when the "node_modules" Folder is not found, so I added that.
Also I've added instructions on how to install npmlister to the README

Initial working release

23 Jul 07:36
Compare
Choose a tag to compare

The reason this application starts with v1.1.2 is because it took me quite a while to find out, how to get an npm package to run with npx. Well, now it does.
Basically, you can consider this v1 Initial Release