Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zx

Package Overview
Dependencies
Maintainers
1
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zx - npm Package Compare versions

Comparing version 0.0.0 to 0.1.1

zx-0.1.0.tgz

12

package.json
{
"name": "zx",
"version": "0.0.0",
"version": "0.1.1",
"description": "A CLI tool for running command shortcuts.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"bin": {
"zx": "index.js"
},

@@ -30,3 +30,9 @@ "repository": {

"registry": "http://registry.npmjs.org"
},
"dependencies": {
"commander": "^2.8.1",
"exec-cmds": "^0.2.0",
"update-notifier": "^0.5.0",
"yaml-or-json": "^0.1.0"
}
}
# zx
A CLI tool for running command shortcuts.
[![Dependency Status](https://david-dm.org/zkochan/zx/status.svg?style=flat)](https://david-dm.org/zkochan/zx)
[![Build Status](http://img.shields.io/travis/zkochan/zx.svg?style=flat)](https://travis-ci.org/zkochan/zx)
[![npm version](https://badge.fury.io/js/zx.svg)](http://badge.fury.io/js/zx)
## Installation
```js
npm install -g zx
```
## Usage
Create a file called `zx.yaml` containing the shortcuts. E.g.:
```yaml
minify: gulp minify
clear: rm -rf dist
run: node server
reminify:
- rm -rf dist
- gulp minify
```
Execute the shortcuts by running `zx` and the name of the shortcut in the console. E.g.: `zx minify`.
## License
The MIT License (MIT)
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