Skip to content

clijs/alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

862bbc6 · Oct 18, 2015

History

7 Commits
Oct 14, 2015
Oct 18, 2015
Oct 14, 2015
Oct 18, 2015
Oct 14, 2015
Oct 18, 2015
Oct 18, 2015

Repository files navigation

alias NPM Version Travis

Set the alias in a cli.js cli.js app

Install

npm install @cli/alias --save

Usage

var alias = require('@cli/alias')
var handler = requrie('@cli/handler')
var command = require('@cli/command')

var testCommand = command(
  alias('test'),
  handler(function () {/* do something here */})
)

About

Set the alias in a cli.js app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published