https://github.com/daybrush/pvu
https://github.com/daybrush/pvu
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/daybrush/pvu
- Owner: daybrush
- Created: 2019-11-15T11:27:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T17:31:34.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T02:26:43.858Z (9 months ago)
- Language: JavaScript
- Size: 119 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pvu
```
$ npm install pvu
``````
Usage: pvu [options] [command]
Commands:
help Display help
version Display version
Options:
-b, --base [value] base module path (defaults to "./")
-B, --build build (defaults to "")
-D, --distPaths
-d, --distUpdate
-h, --help Output usage information
-n, --name package name
-p, --path [value] package folder (defaults to "packages")
-P, --publish publish (defaults to "")
-u, --update update (defaults to "")
-V, --version Output the version number
-v, --versionUpdate (enabled by default)
```