wp-here

1.0.0 • Public • Published

wp-here

Download and unpack the latest WordPress installation right into the directory where you need it!

Installation

> npm install https://github.com/dkfiresky-wp/wp-here.git

Usage

 
const wphere = require( 'wp-here' );
 
wphere( '/home/wp/www/', ( error, dirpath ) => {
  if ( null !== error) throw error;
  console.log( 'WordPress downloaded here: %s', dirpath );
} );
 

Readme

Keywords

none

Package Sidebar

Install

npm i wp-here

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • dkfiresky