@jonesrussell42/packages

1.0.7 • Public • Published

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

packages

Report Bug · Request Feature

Table of Contents

What is this?

A simple utility to print a projects dependencies in the package.json file.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • npm
npm install npm@latest -g

Installation

  1. Install NPM package
npm install -g @jonesrussell/packages

Usage

$ packages

           dependencies            
┌───────────────────────┬─────────┐
│                  Name │ Version │
├───────────────────────┼─────────┤
│             commander │  ^6.2.0 │
│ console-table-printer │ ^2.4.33 │
│        global-modules │  ^2.0.0 │
│            jsonschema │  ^1.4.0 │
└───────────────────────┴─────────┘
                 dependencies                  
┌──────────────────────────────────┬──────────┐
│                             Name │  Version │
├──────────────────────────────────┼──────────┤
│                 @types/commander │  ^2.12.2 │
│            @types/global-modules │   ^2.0.0 │
│                      @types/jest │ ^26.0.15 │
│                      @types/node │ ^14.14.6 │
│        @types/source-map-support │   ^0.5.3 │
│ @typescript-eslint/eslint-plugin │   ^4.6.0 │
│        @typescript-eslint/parser │   ^4.6.0 │
│                           eslint │  ^7.12.1 │
│           eslint-config-prettier │  ^6.15.0 │
│    eslint-plugin-eslint-comments │   ^3.2.0 │
│             eslint-plugin-import │  ^2.22.1 │
│               eslint-plugin-jest │  ^24.1.0 │
│               eslint-plugin-node │  ^11.1.0 │
│                             jest │  ^26.6.1 │
│                         onchange │   ^7.1.0 │
│                            serve │  ^11.3.2 │
│               source-map-support │  ^0.5.19 │
│                          ts-jest │  ^26.4.3 │
│                       typescript │   ^4.0.5 │
└──────────────────────────────────┴──────────┘

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Russell Jones - @jonesrussell42 - jonesrussell42@gmail.com

https://github.com/jonesrussell/packages

/@jonesrussell42/packages/

    Package Sidebar

    Install

    npm i @jonesrussell42/packages

    Weekly Downloads

    4

    Version

    1.0.7

    License

    MIT

    Unpacked Size

    32.6 kB

    Total Files

    5

    Last publish

    Collaborators

    • jonesrussell42