1.0.2 • Published 1 year ago
npm-auto v1.0.2
npm-auto
Auto installs npm dependencies from the script you want to run and runs the script
npm install npm-autoUsage
First install npm-auto
npm install -g npm-autoThen make a script that uses some dependencies
const hypercore = require('hypercore')
console.log('hypercore is', hypercore)Then simply run the script with npm-auto.
It will npm install any deps used by the script if they are not resolvable already.
npm-auto my-script.jsNo more manual npm installs for gists!
License
MIT