global-npx
v1.0.2
Published
Run npx commands from within a Nodejs application
Downloads
3
Readme
global-npx
Run npx commands from within a Nodejs application
Usage
import npx from 'global-npx';
npx('create-react-app');
Why?
I once needed to download and run npm packages from within a node app. And remembering that npx already has all the required logic for that this seemed like the easiest way to do it...
Inspired by global-npm