npm.io
0.0.3 • Published 5 years agoCLI

@slsplus/node-prune

Licence
MIT
Version
0.0.3
Deps
10
Size
19 kB
Vulns
0
Weekly
2.6K
Stars
2

@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