
A simple boilerplate for developing new WordPress plugin based on my usual needs.
The WP Plugins Boilerplate is an essential tool for developers looking to create new WordPress plugins efficiently. It provides a solid foundation, tailored to the common needs and practices in WordPress development. This boilerplate aims to streamline the development process, ensuring that developers can focus on functionality rather than boilerplate code.
This tool is particularly beneficial for those seeking to enhance their WordPress site or offer new features through plugins. With a clean and organized structure, developers can easily implement custom solutions, making it a must-have for anyone serious about WordPress development.

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.