You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-47Lines changed: 19 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,57 +107,23 @@ Well, it's really hard and it takes a lot of time to configure things like Webpa
107
107
- Browse: `cd my-block`
108
108
- Run: `npm start` | `npm run build` | `npm run eject`
109
109
110
-
111
-
110
+
Create-Guten-Block has been tested to work on macOS, but must also work on Windows, and Linux. If something doesnβt work, please file [an issue](https://github.com/ahmadawais/create-guten-block/issues/new).
112
111
113
112
---
114
113
115
-
116
-
117
-
118
-
119
-
120
-
121
-
> **[WORK-IN-PROGRESS] Stricly, WIP at the moment. Do NOT use it or announce, share it anywhere until I remove this notice and release it to the public.**
Create WordPress Gutenberg blocks with no build configuration.
128
-
129
-
Create-Guten-Block has been tested to work on macOS, but must also work on Windows, and Linux.
130
-
If something doesnβt work, please file [an issue](https://github.com/ahmadawais/create-guten-block/issues/new).
131
-
132
-
## Quick Overview
133
-
134
-
Go to your local WordPress installation and then in to the `wp-content/plugins` folder. As the `create-guten-block` cli will create a new ready to use WordPress plugin.
135
-
136
-
```shell
137
-
npm create-guten-block my-block
138
-
cd my-block
139
-
npm run dev
140
-
```
141
-
142
114

143
115
144
-
Then open your WordPress installation with Gutenberg plugin active and activate the `CGB: my-block Gutenberg Block` plugin you just created.
145
-
When youβre ready to deploy to production, create a minified bundle with `npm run build`.
146
-
147
-
## Get Started Immediately
148
-
149
-
You donβt need to install or configure tools like Webpack or Babel.
150
-
They are preconfigured so that you can focus on the code.
116
+
---
151
117
152
-
Just create a project, and youβre good to go.
118
+
## π° Changelog
153
119
154
-
## Changelog
120
+
Read what's new, improved, and fixed in the latest version. To update to the latest version, just run `npm i -g create-guten-block` anytime.
155
121
156
-
### VERSION 2.0.0
122
+
### π¦ VERSION 2.0.0
157
123
158
124
π§ Work in Progress! π§
159
125
160
-
### VERSION 1.0.0
126
+
### π¨ VERSION 1.0.0
161
127
162
128
- β‘οΈ NEW: NPM Module `create-guten-block`
163
129
- β‘οΈ NEW: Create WordPress plugin folder
@@ -166,22 +132,22 @@ Just create a project, and youβre good to go.
166
132
- β‘οΈ NEW: Basic Webpack configurations
167
133
- β‘οΈ NEW: Dynamic WP Pluing and Gutenberg Block Names
168
134
169
-
170
135
---
171
136
172
-
π Hello, from the [WPCouple](https://WPCouple.com)! I ([Ahmad Awais](https://AhmadAwais.com/)) am a Full Stack Web Developer and a regular core contributor at WordPress. My wife ([Maedah Batool](https://MaedahBatool.com/)) is a WordPress Journalist/Dev/Core Contributor. If you'd like to get insights into professional full stack development, DevOps, WordPress community news, growing up a family, building and bootstrapping a business then subscribe to our premium newsletter called β£ [The WordPress Takeaway](https://WPTakeaway.club)!
137
+
#### π **Hello, we're the [WPCouple](https://WPCouple.com)**!
173
138
139
+
I ([Ahmad Awais](https://AhmadAwais.com/)) am a Full Stack Web Developer and a regular core contributor at WordPress. My wife ([Maedah Batool](https://MaedahBatool.com/)) is a WordPress Journalist/Dev/Core Contributor. If you'd like to get insights into professional full stack development, WordPress community news, growth of JavaScript, growing up a family, building and bootstrapping a business then subscribe to our premium newsletter called β£ [The WordPress Takeaway](https://WPTakeaway.club)!
If you'd like me to keep producing professional free and open source software (FOSS). Consider [paying for an hour of my time](https://pay.paddle.com/checkout/515568). I'll spend two hours on open source for each contribution.
If you'd like me to keep producing professional free and open source software (FOSS). Consider [paying for an hour of my time](https://pay.paddle.com/checkout/515568). I'll spend two hours on open source for each contribution. Yeah, that's right, you pay for and I spend one more as a thank you.
This open source project is maintained by the help of awesome businesses listed below. What? [Read more about it β](https://WPCouple.com/partners)
150
+
This open source project is maintained by the help of awesome businesses listed below. Without the support from these amazing companies, this project would not have been possible. β _What/How? [Read more about it β](https://WPCouple.com/partners)_
185
151
186
152
<tablewidth='100%'>
187
153
<tr>
@@ -209,4 +175,10 @@ This open source project is maintained by the help of awesome businesses listed
This project is inspired by the work of Dan from CRA, Andre, Kent C, WordPress Core Contributors, Gutenberg developers and contributors, and icons from Icons8.
0 commit comments