A build system designed to automate your WordPress development workflow.
// Step 1: Clone repository from GitHub *
$ git clone https://github.com/luangjokaj/wordpressify && cd wordpressify
// Step 2: Install dependencies *
$ npm install
// Step 3: Install latest WordPress version *
$ npm run install:wordpress
// Run development environment
$ npm run dev
// Generate distribution files
$ npm run prod

// * Step 1,2 and 3 are part of the installation process.
$ git clone https://github.com/luangjokaj/wordpressify && cd wordpressify
// Step 2: Install dependencies *
$ npm install
// Step 3: Install latest WordPress version *
$ npm run install:wordpress
// Run development environment
$ npm run dev
// Generate distribution files
$ npm run prod
// * Step 1,2 and 3 are part of the installation process.