WordPressify is a simple tool that helps you build WordPress themes and plugins. It takes care of the development experience by providing a web server with a database out of the box, zero-configuration required.
// Step 1: Create a directory for the new WordPress website and from there
// run WordPressify to generate the file structure *
$ npx wordpressify
// Step 2: Run development environment
$ npm run dev
// Step 3: Generate distribution files
$ npm run prod
🚀
// * WordPressify requires Node v12+ and Docker Compose.
A development server for PHP and MariaDB database out of the box.
Watches for all your changes and reloads in real-time.
Preprocessors: PostCSS or Sass with source maps.
Babel compiler for writing next generation JavaScript.
Easy import for external JavaScript libraries and npm scripts.
Flexible build customization, managed by gulp tasks.