Skip to content

briandamaged/zxc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

```bundle exec``` for NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published