Node prune tool, prune unnecessary files from ./node_modules, such as markdown, typescript source files, and so on
npm install @slsplus/node-prune



Node prune tool, prune unnecessary files from ./node_modules, such as markdown, typescript source files, and so on. Inspired by golan version node-prune.
``bash`
$ npm i @slsplus/node-prune -g
`bash
$ np -h
Usage: np [options]
Prune command for project
Options:
-v, --version output the current version
-e --exclude
-i --include
-h, --help display help for command
Example call:
$ np --help
`
Start to prune:
`bash``
$ np
MIT License
Copyright (c) 2020 Serverless Plus