relekang / autocli

Generic cli interface for node packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-autocli

Ever wanted to call some function on a node module from the command line. Well, thats exactly what this is for.

Install

$ npm i -g autocli

Example usage

$ autocli semver diff 1.0.0 2.0.0
major

About

Generic cli interface for node packages

License:MIT License


Languages

Language:JavaScript 100.0%