wesm87/wp-project-manager

View on GitHub
src/commands/wp/install.ts

Summary

Maintainability
A
0 mins
Test Coverage
import log from '../../include/log';

export default {
  command: 'wp install',
  describe: 'install WordPress',
  builder: {},
  handler() {
    log.error('This feature is not ready');
  },
};