Project

pls

0.0
A long-lived project that still receives updates
Prints dependent package names.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Package Lister

rake rubocop gem version code style hits of code license
  • About
  • Installation
  • Updating
  • Usage
  • Example
  • License

About

Package Lister prints the full dependency tree of a given NodeJS package. NodeJS developers use packages, which are modules that bundle versioning, documentation, dependencies on other packages, and more. npm, NodeJS’s package manager, is updated continually with new packages and new versions of existing ones. Given a package name, the tool fetches its complete set of dependencies from npm.

Installation

The tool works on macOS, GNU/Linux, other Unix-like operating systems, and Windows. It is packaged as a gem and requires Ruby 3.2 or later. If you don’t have the required Ruby version, see Installing Ruby.

Use this command to install:

    gem install pls

Updating

Use this command to update the package:

    gem update pls

Usage

    pls [options]
      -p, --pac package                Package name.
      -v, --version                    Show version.

Example

    pls -p express

License

pls is copyright David Rabkin and available under a Zero-Clause BSD license.