Project

pls

0.0
The project is in a healthy, maintained state
Prints dependant package names.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 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 NodeJS package dependency tree based on a given package name. Developers working with NodeJS use packages in their code. A package is a functional NodeJS module that includes versioning, documentation, dependencies (in the form of other packages), and more. NodeJS has a managed packages environment called npm. npm is regularly updated with new packages and new versions of existing packages. The user provides the name of the package for analysis. The tool fetches the overall set of dependencies from the relevant package manager, for the given package.

Installation

The tool is designed to work on macOS, GNU/Linux, Windows, Unix-like OS. It is packaged as a Gem and requires Ruby version 3.2 or later. If you do not have the appropriate version on your platform, refer to 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                    Shows version.

Example

    pls -p express

License

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