Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsocrate/dependency-cleaner
https://github.com/lsocrate/dependency-cleaner
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lsocrate/dependency-cleaner
- Owner: lsocrate
- Created: 2013-10-18T21:54:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-19T20:38:45.000Z (over 11 years ago)
- Last Synced: 2024-11-22T14:08:11.806Z (2 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Sweeper
Cleaning the mess on package.json
## Installation
$ npm install -g sweeper
## Quick Start
The best way to clean your package.json is to utilize de executable `sweeper(1)` to show a list of used and unused dependencies.
$ npm install -g sweeper
$ cd /YOUR_PROJECT_DIRECTORY/
$ sweeperAfter that, you can clean your package.json knowing what is used and what is not. Be sure to double check Sweeper's output, as dynamic generators for requires are not detected yet.
Hit `sweeper --help` for usage help and other options