Skip to content

aurbano/global-npx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Run npx commands from within a Nodejs application

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published