Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

kesla/autobahn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

autobahn

Run autobahn instead of node and get all dependencies automatically installed for you.

installation

npm install -g autobahn

usage/demo

Let's assume that you have a empty folder with a simple file in it:

  // simple .js
  var request = require('request');
  request('http://example.com').pipe(process.stdout);

Running autobahn simple.js will first install request and then run simple.js

See autobahn -h for more usage info.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published