Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandeep1995/list-dep
List production dependencies of NPM your projects.
https://github.com/sandeep1995/list-dep
nodejs npm package package-json
Last synced: 3 months ago
JSON representation
List production dependencies of NPM your projects.
- Host: GitHub
- URL: https://github.com/sandeep1995/list-dep
- Owner: sandeep1995
- License: mit
- Created: 2017-05-04T13:33:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T12:07:09.000Z (almost 7 years ago)
- Last Synced: 2024-07-20T04:54:37.839Z (4 months ago)
- Topics: nodejs, npm, package, package-json
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/list-dep
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# List
This package helps you to list all the production dependencies you have in your NPM project.![](https://cloud.githubusercontent.com/assets/12299906/25782836/5c765754-336f-11e7-8626-e9e11896e968.gif)
## Installation
You need to install `list` globally.
```
npm install -g list-dep
```## Usage
First change directory to your project. Then type `list` and hit enter.
It will list all the packages you are depending.