pruner
Prunes development dependencies from your package
Last updated 7 years ago by marshallofsound .
MIT · Original npm · Tarball · package.json
$ gnpm install pruner 
SYNC missed versions from official npm registry.

Pruner

Installation

npm i --save-dev pruner

API

Class: Walker

import { Walker } from 'pruner';

// modulePath is the root folder of your module
const walker = new Walker(modulePath);

walker.prune()

Prunes all dependencies that aren't required for production or optional dependencies.

Current Tags

  • 0.0.7                                ...           latest (7 years ago)

7 Versions

  • 0.0.7                                ...           7 years ago
  • 0.0.6                                ...           7 years ago
  • 0.0.5                                ...           7 years ago
  • 0.0.4                                ...           7 years ago
  • 0.0.3                                ...           7 years ago
  • 0.0.2                                ...           7 years ago
  • 0.0.1                                ...           7 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |