1.1.0 • Published 3 years ago

@huttunenjulius/packagelist v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

npm-packagelist

An utility for checking installed Node.js dependencies

FunctionAction
ShowAll()Shows all installed parent dependencies.
ShowChildDep(query)Prints every available children to an external file.
FindDep(query)Finds the parents using the user's query.
Uninstall(package)Accepts arrays or strings. Uninstalls the package(s).
Install(package)Same as uninstall, but installs the package(s).
AllDeps()Creates a text file with all installed dependencies.

Installation:

npm install @huttunenjulius/packagelist

Example:

//manager.js

const manager = require("@huttunenjulius/packagelist");

manager.ShowAll(); 
manager.ShowChildDep();
manager.FindDep();
manager.Uninstall("");
manager.Install("");
manager.AllDeps();

// Run "node manager" in terminal
1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago