Skip to content

rafaelgfx/node-wp-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-wp-cli

npm version dependencies Status

A nodejs wrapper for WP-CLI.

You just need to install this NPM package and WP-CLI will install automatically to your computer without doing any additional step.

Installation

npm install node-wp-cli

Usage

var wpCli = require('node-wp-cli');

wpCli.call('core download', { path: 'myWPSite' }, function(err, resp) {
    if (err) throw err;

    console.log(resp.message);
})

Click here to see all the WP-CLI commands.

Credits

  • All the contributors of WP-CLI

About

A nodejs wrapper for `WP-CLI`

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%