Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

blakeembrey/node-language-detect-spawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Detect Spawn

NPM version Build status Test coverage Greenkeeper badge

Automatically spawn a file in a known programming language based on the filename from language-command.

Installation

npm install language-detect-spawn --save

Usage

var spawn   = require('language-detect-spawn');
var process = spawn('test.js');

process.stdout.on('data', console.log);

License

MIT

About

Automatically spawns a file in a known programming language using node

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published