Socket
Book a DemoInstallSign in
Socket

zxc

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zxc

'bundle exec' for NodeJS

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
1
-50%
Maintainers
1
Weekly downloads
 
Created
Source

zxc

bundle exec for NodeJS

Installation

npm install -g zxc

Note: zxc currently only works on Unix-based environments. Sorry, Windows peoples.

Usage

Let's say that our project installed babel-cli as a dev dependency. We'd like to list out the help for this command. So, Instead of doing this:

./node_modules/.bin/babel --help

We can just do this:

zxc babel --help

And, that's pretty much all there is to it.

FAQ

What does 'zxc' mean?

Nothing. It was just easy to type.

How is 'zxc' pronounced?

It's pronounced "bundle exec"...

Just kidding. Why don't we all just agree to pronounce it as "zek"? You know -- like the last half of the word "exec".

TODO

  • Provide better error handling for invalid / missing commands.
  • Figure out how to support Windows.

Keywords

bundle

FAQs

Package last updated on 06 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts