Skip to content

Commit

Permalink
fix: update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
agung2001 committed Jul 8, 2023
1 parent 92eef73 commit 51cdb1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Just another WordPress Plugin and Theme boilerplate with TailwindCSS, SASS, Bloc
- Create a new project `composer create-project artistudioxyz/dot-framework {MyPluginorThemeName}`
- Change directory `cd {MyPluginorThemeName}`
- Install [Aspri (Asisten Pribadi)](https://github.com/artistudioxyz/aspri) to your system
- Refactor this framework by running : `aspri --wp-refactor --path "path/to/project" --from Dot --to {MyPluginorThemeName} --type {plugin or theme}`
- 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](https://developer.wordpress.org/plugins/) or [WordPress Theme Handbook](https://developer.wordpress.org/themes/getting-started/)
- For plugin, please create `mypluginorthemename.php`, for reference please see [calo.php](https://github.com/agung2001/wp-calo/blob/develop/calo.php)
- For plugin, please create `mypluginname.php`, for reference please see [calo.php](https://github.com/agung2001/wp-calo/blob/develop/calo.php)
- For theme, please create (`functions.php`, `style.css`), for reference please see [functions.php](https://github.com/artistudioxyz/bingopress/blob/main/functions.php), [style.css](https://github.com/artistudioxyz/bingopress/blob/main/style.css)
- Activate the plugin in WordPress
- Activate the plugin/theme in WordPress

## 🛠️ About [Aspri (Asisten Pribadi)](https://github.com/artistudioxyz/aspri)

Expand Down

0 comments on commit 51cdb1b

Please sign in to comment.