global-npx

1.0.2 • Public • Published

global-npx

NPM version

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

Readme

Keywords

Package Sidebar

Install

npm i global-npx

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

3.32 kB

Total Files

5

Last publish

Collaborators

  • aurbano