Dot Framework is a powerful PHP framework designed to expedite WordPress plugin and theme development. By integrating cutting-edge technologies such as TailwindCSS, SASS, Blocks, ESLint, Prettier, and more.
it empowers developers to create feature-rich and visually appealing solutions effortlessly. With a focus on efficiency and code quality, Dot Framework streamlines the development process, enabling developers to build robust and customizable plugins and themes in record time.
Embrace this versatile framework to enhance productivity, ensure code consistency, and deliver exceptional user experiences within the vibrant WordPress ecosystem. Simplify development and elevate your projects with Dot Framework's comprehensive toolset.
- Create a new project
composer create-project artistudioxyz/dot-framework {MyPluginorThemeName}
- Change directory
cd {MyPluginorThemeName}
- Install Aspri (Asisten Pribadi) to your system
- Refactor this framework by running :
aspri --wp-refactor --from Dot --to {MyPluginorThemeName} --type {plugin or theme}
- Install dependencies
npm install
- Build assets
npx grunt
- Composer update
composer update
- Create WordPress file, to learn more please see : WordPress Plugin Handbook or WordPress Theme Handbook
- For plugin, please create
mypluginname.php
, for reference please see calo.php - For theme, please create (
functions.php
,style.css
), for reference please see functions.php, style.css
- For plugin, please create
- Activate the plugin/theme in WordPress
- 1 - Getting Started
- 2 - Architecture
- Assets
- Technologies
- 3 - Framework
- README.md
This framework is heavily using these free & open-source libraries all the credits go to these peoples and communities who had helped provide and develop these libraries
- Commit Lint
- Composer
- Conventionnal Commit
- ESLint
- GruntJS
- Husky
- NPM
- PHP Code Sniffer
- Prettier
- Release-it
- Rollup
- SASS
- Svelte
- TailwindCSS
- Vite
- WPCS
- Plugin
- Theme
- Help support me by giving a π or donate
- Or you can read CONTRIBUTING.md