Skip to content

danielchatfield/node-cmdify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmdify Build Status Dependency 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.

About

A small script that adds '.cmd' to a command when invoked within windows.

Resources

Stars

Watchers

Forks

Packages

No packages published