New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jsweb/clip

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsweb/clip - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

5

package.json
{
"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",

37

README.md
# @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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc