@netivo/cli
v1.4.2
Published
Netivo CLI project which helps in starting wordpress project and manage it by creating modules.
Downloads
101
Readme
Netivo CLI
Node tool to help managing the projects from command line.
It allows you to:
- Create WordPress Theme project
Installation
To install just run the command:
npm install -g @netivo/cli
How to use
To run this script you need to run command:
netivo-cli [operation]
In place of operation you must provide one of the following actions:
create-project- Action which creates WordPress theme project.add-metabox- Action which creates MetaBox in the WordPress projectadd-block- Action which creates gutenberg block in WordPress projectcreate-dev- Action which creates development site on server with cPanelglobal- Action to set up global variables for the cliissue-certificate- Action to issue Let's Encrypt certificate for the local domain (domain dns zone must be manageable on dev server)start-project- Action to start a project from scratch or from GitHub template
Default action is: create-project
Each of actions after run, will ask you questions that will give the script necessary data.
