@jsweb/clip
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "@jsweb/clip", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "CLI tool to simplify NPM package creation by generating boilerplate setup", | ||
@@ -16,3 +16,2 @@ "main": "dist/main.js", | ||
"dist:build": "tsc", | ||
"dist:docs": "npm run docs", | ||
"lint": "tsc --noEmit && tslint -p . -c tslint.json --fix", | ||
@@ -43,2 +42,3 @@ "patch": "npm version patch && npm run push", | ||
"dependencies": { | ||
"commander": "^2.20.0", | ||
"shelljs": "^0.8.3" | ||
@@ -49,3 +49,2 @@ }, | ||
"@types/shelljs": "^0.8.5", | ||
"commander": "^2.20.0", | ||
"husky": "^2.5.0", | ||
@@ -52,0 +51,0 @@ "npm-run-all": "^4.1.5", |
# @jsweb/clip | ||
CLI tool to simplify NPM package creation by generating boilerplate setup | ||
--- | ||
You can simply use it via NPX: | ||
```bash | ||
npx -p @jsweb/clip clip [command] [options] <name> | ||
``` | ||
Or install it globally on your environment: | ||
```bash | ||
npm i -g @jsweb/clip | ||
clip [command] [options] <name> | ||
``` | ||
--- | ||
``` | ||
Usage: clip [options] [command] | ||
CLI tool to simplify NPM package creation by generating boilerplate setup | ||
Options: | ||
-V, --version output the version number | ||
-h, --help output usage information | ||
Commands: | ||
cli [options] <name> Setup for build CLI with Node/NPM | ||
mod [options] <name> Setup for build NPM script module | ||
Command helper: clip [command] -h | ||
``` | ||
DEPRECATED in favor to [npm-pkg-kit](https://www.npmjs.com/package/npm-pkg-kit) |
7
21819
2
25
668
4
+ Addedcommander@^2.20.0
+ Addedcommander@2.20.3(transitive)