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
+51-7Lines changed: 51 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
>π§ **WORK IN PROGRESS!** π§
2
+
>DO NOT INSTALL OR DOWNLOAD UNTIL I REMOVE THIS NOTICE.
3
+
1
4

2
5
3
6
<tablewidth='100%'>
@@ -29,20 +32,20 @@ It's really easy to get started with `create-guen-block`. Just install it as a g
29
32
30
33
31
34
<details>
32
-
<summary><strong>Step #0</strong> β If you don't have node installed then read this. (CLICK TO EXPAND!)</summary>
35
+
<summary><stron>Step #0</strong> β If you don't have node installed then read this. (CLICK TO EXPAND!)</summary>
33
36
34
37
In case you are an absolute beginner to the world of Node.js, JavaScript, and npm packages β all you need to do is go to the Node's site and download install Node on your system. This will install both Node.js and `npm` i.e. node package manager β the command line interface of Node.js.
35
38
</details>
36
39
37
-
### βΆ Step #1
40
+
### Step #1
38
41
39
42
Install `create-guen-block` globally on your system. Make sure you are using at least Node >= 8. You can use nvm to use different versions of Node at the same time.
40
43
41
44
```sh
42
45
npm install --global create-guen-block
43
46
```
44
47
45
-
### βΆ Step #2
48
+
### Step #2
46
49
47
50
Now all you have to do is create a gutenberg block and start building. It's done by running `create-guen-block` and providing it with a unique name for a WordPress plugin that will get created.
48
51
@@ -53,7 +56,7 @@ create-guen-block my-block
53
56
> Make sure you have some sort of local WordPress install ready and run this command in your `https://site.local/wp-contents/plugins/` folder β since this command will produce a WordPress plugin that you can go to `WP Admin` > `Plugins` to activate.
54
57
55
58
56
-
### οΈβΆ STEP #3
59
+
### οΈ STEP #3
57
60
58
61
From here on out you can browse your plugin and run the start script. Let's do that.
59
62
@@ -152,7 +155,7 @@ Just create a project, and youβre good to go.
152
155
153
156
### VERSION 2.0.0
154
157
155
-
Work in progress.
158
+
π§ Work in Progress! π§
156
159
157
160
### VERSION 1.0.0
158
161
@@ -163,6 +166,47 @@ Work in progress.
163
166
- β‘οΈ NEW: Basic Webpack configurations
164
167
- β‘οΈ NEW: Dynamic WP Pluing and Gutenberg Block Names
165
168
166
-
### Docs Init
167
169
168
-
- Install globally `npm install --global create-guten-block` (Run the same command again to update).
170
+
---
171
+
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)!
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.
0 commit comments