Skip to content

Creates a JSON file with all Descriptions and Licenses of your installed Node Modules

License

Notifications You must be signed in to change notification settings

Chickenbreadlp/npmLister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm version npm bundle size npm license

npmLister

Outputs all npm Packages as well as Dependencies within a Node.JS Project as JSON.

How to use

Run npx npmlister on your project to run once.
Or run npm i npmlister -g to install and then use npmlister in your project to run.

Arguments

-?
Shows Help
-obj
Outputs Packagedata as an Object instead of an Array. Keys are the Package names
-pp
Pretty-Prints the Output
-p [PATH]
Specifies the Path of the project from which you want to get the Package Listed. If this is not given, the current path will be used
-o [PATH]
Specifies the Path of where you want the JSON to be saved. If this is not given, the JSON will be printed to the Console.

About

Creates a JSON file with all Descriptions and Licenses of your installed Node Modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published