https://github.com/somoscuatro/wp-project-default-settings
A centralized collection of configurations and standards for WordPress projects.
https://github.com/somoscuatro/wp-project-default-settings
configs linter-config scripts settings wordpress
Last synced: over 1 year ago
JSON representation
A centralized collection of configurations and standards for WordPress projects.
- Host: GitHub
- URL: https://github.com/somoscuatro/wp-project-default-settings
- Owner: somoscuatro
- Created: 2024-06-07T08:42:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T18:38:56.000Z (about 2 years ago)
- Last Synced: 2025-01-13T14:32:51.231Z (over 1 year ago)
- Topics: configs, linter-config, scripts, settings, wordpress
- Language: JavaScript
- Homepage: https://somoscuatro.es
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordPress Project Default Settings
This repository serves as a centralized collection of configurations and
standards that we apply across all our WordPress-based projects to ensure
consistency, quality, and efficiency.
These settings are an integral part of our development workflow and are
automatically applied when initializing a new project using [our custom
`wp-project-scaffold`
script](https://github.com/somoscuatro/homebrew-wp-project-scaffold) available
through Homebrew.
## What's Included
This repository includes a variety of configuration files and settings, such as:
- Editor configuration for consistent coding styles
- Linting and formatting rules for clean and maintainable code
- Pre-commit hooks to ensure code quality before commits
- GitHub Actions workflows for continuous integration and deployment
- And more...
By using these settings, you can quickly bootstrap a WordPress project that
adheres to our best practices and coding standards.
## License
All code is released under MIT license version.