Development tools to measure and test the code quality of figuren.theater, the WordPress Multisite network for puppeteers.
Read our blog
See the network in action
•
Join the network
•
Create your own network
This is the long desc
docs
files hereSee the workflow running for the figuren.theater platform
Repo | Code Quality | |
---|---|---|
1. | ft-admin-ui | |
2. | ft-core | |
3. | ft-coresites | |
4. | ft-data | |
5. | └── ft-network-sourcelinks | |
6. | ft-interactive | |
7. | ft-maintenance | |
8. | ft-media | |
9. | ft-onboarding | |
10. | ├── ft-core-block-domaincheck | |
11. | └── install.php | |
12. | ft-options | |
13. | ft-performance | |
14. | ft-platform | |
15. | ft-platform-collection | |
16. | ft-privacy | |
17. | ft-routes | |
18. | ft-security | |
19. | ft-seo | |
20. | ft-site-editing | |
21. | ├── ft-network-block-editor | |
22. | └── ft-network-block-patterns | |
23. | ft-theater | |
24. | ├── label-printing | |
25. | ├── theater-production-blocks | |
25. | └── theater-production-subsites | |
26. | ft-themes | |
27. | ft-theming | |
28. | .github | |
29. | code-quality | |
30. | ├── phpstan | (No Build, no tests :) |
31. | └── coding-standards | |
32. | new-ft-module | |
33. | status.figuren.theater | |
34. | BLOGS | |
35. | ├── websites.fuer.figuren.theater/demos | |
36. | └── katharina-muschiol.de |
composer require --dev figuren-theater/code-quality@*
composer normalize
vendor/bin/phpstan analyse -nvv
vendor/bin/phpcs . -v
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)We use Semantic Versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the GPL-3.0-or-later, see the LICENSE file for details