Skip to content

mountainash/wordpressify

 
 

Repository files navigation

WordPressify

Version

Automate your WordPress development workflow.


Documentation

For full documentation, visit https://www.wordpressify.co.

v0.4.0 Changes

v0.4.0 moves NodeJS and all its dependencies into a container to keep your local development environment cleaner and to simplify Wordpressify even more.

  1. npm run dev replaced with docker compose up
  2. npm run env:rebuild replaced with docker compose down -v, then docker compose build
  3. npm run prod replaced with docker compose run --rm nodejs npm run prod
  4. npm run backup replaced with docker compose run --rm nodejs npm run backup
  5. npm run lint:css replaced with docker compose run --rm nodejs npm run lint:css

Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discuss WordPressify on GitHub

For casual chit-chat with others using WordPressify:

Join the Discord Server

Core Team


Luan Gjokaj

Bruno Ribarić

About

🎈 Automate your WordPress development workflow.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 49.2%
  • JavaScript 42.8%
  • CSS 8.0%