This package has been deprecated

Author message:

No longer maintained

language-command

1.0.0 • Public • Published

Language Command

NPM version Gittip

Look up the command for executing a program in any language. Uses the programming language names from language-map and will always generate a command that cleans up after itself (leaves no temporary files) when executed.

Installation

npm install language-command --save

Usage

var command = require('language-command');
 
command('JavaScript', 'test.js', '"test"');
//=> "node test.js \"test\""

Notes

  • Windows support is likely non-existant. If anyone can help make the repository work across OSes, it'd be greatly appreciated.
  • Should it be possible to set paths to executables?
  • The test directory uses underscores instead of spaces because some command line compilers had trouble with spaces.

License

MIT

Package Sidebar

Install

npm i language-command

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • blakeembrey