New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@slsplus/node-prune

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slsplus/node-prune

Node prune tool, prune unnecessary files from ./node_modules, such as markdown, typescript source files, and so on

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
37
decreased by-57.47%
Maintainers
2
Weekly downloads
 
Created
Source

@slsplus/node-prune

npm NPM downloads Build Status semantic-release

Node prune tool, prune unnecessary files from ./node_modules, such as markdown, typescript source files, and so on. Inspired by golan version node-prune.

Installation

$ npm i @slsplus/node-prune -g

Usage

$ np -h
Usage: np [options]

Prune command for project

Options:
  -v, --version           output the current version
  -e --exclude <exclude>  Glob of files that should not be pruned. Multiple exclude use , to separate.
  -i --include <include>  Globs of files that should always be pruned in addition to the defaults. Multiple include use , to separate.
  -h, --help              display help for command

Example call:
  $ np --help

Start to prune:

$ np

License

MIT License

Copyright (c) 2020 Serverless Plus

Keywords

FAQs

Package last updated on 29 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc