0.0.4 • Published 11 years ago

cmdify v0.0.4

Weekly downloads
164
License
-
Repository
github
Last release
11 years ago

cmdify Build Status

A small utility to help make spawning cross platform.

Getting Started

Install the module with: npm install cmdify

var cmdify = require('cmdify');

cmdify('npm version patch') // on windows returns 'npm.cmd version patch'

License

Copyright (c) 2013 Daniel Chatfield. Licensed under the MIT license.