Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.41 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.41 KB

@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 golang version tj/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