Skip to content

Commit 1d9b2e3

Browse files
author
Ahmad Awais
committed
πŸ‘Œ IMPROVE: Readme
1 parent 15a4524 commit 1d9b2e3

5 files changed

Lines changed: 130 additions & 6 deletions

File tree

β€Žpackages/babel-preset-cgb/README.mdβ€Ž

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,46 @@
22

33
> The Babel Preset for CGB.
44
5-
πŸ™Œ This package includes babel preset used by [Create Guten Block](https://github.com/ahmadawais/create-guten-block).<br> Kindly, refer to its documentation.
5+
πŸ™Œ This package includes babel preset used by [Create Guten Block](https://github.com/ahmadawais/create-guten-block).
6+
<br> Kindly, refer to its documentation.
7+
8+
9+
<img width="300" src="http://on.ahmda.ws/osSb/c" alt="CGB Create Guten Block by Ahmad Awais">
10+
11+
<br>
12+
13+
<img src="http://on.ahmda.ws/orxb/c" alt="Create Guten Block">
14+
15+
<br>
16+
17+
<table width='100%' align="center">
18+
<tr>
19+
<td align='left' width='100%' colspan='2'>
20+
<strong><code>create-guten-block</code></strong><br />
21+
A zero-configuration developer toolkit for building WordPress Gutenberg block plugins.
22+
</td>
23+
</tr>
24+
<tr>
25+
<td>
26+
A FOSS (Free & Open Source Software) project developed by <a href='https://github.com/ahmadawais'>Ahmad Awais</a>.
27+
</td>
28+
<td align='center'>
29+
<a href='https://AhmadAwais.com/'>
30+
<img src='https://i.imgur.com/Asg4d3k.png' width='100' />
31+
</a>
32+
</td>
33+
</tr>
34+
<tr><td><sup> Follow Ahmad's #FOSS work on GitHub <a href='https://github.com/ahmadawais'>@AhmadAwais</a> β€” Say Hi on Twitter <a href="https://twitter.com/mrahmadawais/">@MrAhmadAwais</a></sup></td><td align='center'>πŸ‘‹</td></tr>
35+
</table>
36+
<br>
37+
38+
# πŸ“¦ `create-guten-block`
39+
40+
>`create-guten-block` is _zero configuration dev-toolkit_ (#0CJS) to develop WordPress Gutenberg blocks in a matter of minutes without configuring `React`, `Webpack`, `ES6/7/8/Next`, `ESLint`, `Babel`, etc.
41+
42+
πŸ‘‰ This package includes the global command for [Create Guten Block](https://github.com/ahmadawais/create-guten-block).
43+
44+
<br>
45+
46+
πŸ‘‰ Kindly, read the up to date documentation at this link β†’ [Create Guten Block](https://github.com/ahmadawais/create-guten-block)
47+

β€Žpackages/cgb-dev-utils/README.mdβ€Ž

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,44 @@
22

33
> Create Guten Block Developer Utilities.
44
5-
πŸ™Œ This package includes scripts and developer utilities used by [Create Guten Block](https://github.com/ahmadawais/create-guten-block).<br> Kindly, refer to its documentation.
5+
πŸ™Œ This package includes scripts and developer utilities used by [Create Guten Block](https://github.com/ahmadawais/create-guten-block).<br> Kindly, refer to its documentation.
6+
7+
<img width="300" src="http://on.ahmda.ws/osSb/c" alt="CGB Create Guten Block by Ahmad Awais">
8+
9+
<br>
10+
11+
<img src="http://on.ahmda.ws/orxb/c" alt="Create Guten Block">
12+
13+
<br>
14+
15+
<table width='100%' align="center">
16+
<tr>
17+
<td align='left' width='100%' colspan='2'>
18+
<strong><code>create-guten-block</code></strong><br />
19+
A zero-configuration developer toolkit for building WordPress Gutenberg block plugins.
20+
</td>
21+
</tr>
22+
<tr>
23+
<td>
24+
A FOSS (Free & Open Source Software) project developed by <a href='https://github.com/ahmadawais'>Ahmad Awais</a>.
25+
</td>
26+
<td align='center'>
27+
<a href='https://AhmadAwais.com/'>
28+
<img src='https://i.imgur.com/Asg4d3k.png' width='100' />
29+
</a>
30+
</td>
31+
</tr>
32+
<tr><td><sup> Follow Ahmad's #FOSS work on GitHub <a href='https://github.com/ahmadawais'>@AhmadAwais</a> β€” Say Hi on Twitter <a href="https://twitter.com/mrahmadawais/">@MrAhmadAwais</a></sup></td><td align='center'>πŸ‘‹</td></tr>
33+
</table>
34+
<br>
35+
36+
# πŸ“¦ `create-guten-block`
37+
38+
>`create-guten-block` is _zero configuration dev-toolkit_ (#0CJS) to develop WordPress Gutenberg blocks in a matter of minutes without configuring `React`, `Webpack`, `ES6/7/8/Next`, `ESLint`, `Babel`, etc.
39+
40+
πŸ‘‰ This package includes the global command for [Create Guten Block](https://github.com/ahmadawais/create-guten-block).
41+
42+
<br>
43+
44+
πŸ‘‰ Kindly, read the up to date documentation at this link β†’ [Create Guten Block](https://github.com/ahmadawais/create-guten-block)
45+

β€Žpackages/cgb-dev-utils/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cgb-dev-utils",
33
"version": "1.1.2",
4-
"description": "Webpack utilities used by Create Guten Blocks",
4+
"description": "Developer utilities used by Create Guten Blocks",
55
"repository": "ahmadawais/create-guten-block",
66
"keywords": [
77
"gutenberg",

β€Žpackages/cgb-scripts/README.MDβ€Ž

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,46 @@
22

33
> Create Guten Block Scripts
44
5-
πŸ™Œ This package includes scripts and configuration used by [Create Guten Block](https://github.com/ahmadawais/create-guten-block).<br> Kindly, refer to its documentation.
5+
πŸ™Œ This package includes scripts and configuration used by [Create Guten Block](https://github.com/ahmadawais/create-guten-block).<br> Kindly, refer to its documentation.
6+
7+
8+
9+
<img width="300" src="http://on.ahmda.ws/osSb/c" alt="CGB Create Guten Block by Ahmad Awais">
10+
11+
<br>
12+
13+
<img src="http://on.ahmda.ws/orxb/c" alt="Create Guten Block">
14+
15+
<br>
16+
17+
<table width='100%' align="center">
18+
<tr>
19+
<td align='left' width='100%' colspan='2'>
20+
<strong><code>create-guten-block</code></strong><br />
21+
A zero-configuration developer toolkit for building WordPress Gutenberg block plugins.
22+
</td>
23+
</tr>
24+
<tr>
25+
<td>
26+
A FOSS (Free & Open Source Software) project developed by <a href='https://github.com/ahmadawais'>Ahmad Awais</a>.
27+
</td>
28+
<td align='center'>
29+
<a href='https://AhmadAwais.com/'>
30+
<img src='https://i.imgur.com/Asg4d3k.png' width='100' />
31+
</a>
32+
</td>
33+
</tr>
34+
<tr><td><sup> Follow Ahmad's #FOSS work on GitHub <a href='https://github.com/ahmadawais'>@AhmadAwais</a> β€” Say Hi on Twitter <a href="https://twitter.com/mrahmadawais/">@MrAhmadAwais</a></sup></td><td align='center'>πŸ‘‹</td></tr>
35+
</table>
36+
<br>
37+
38+
# πŸ“¦ `create-guten-block`
39+
40+
>`create-guten-block` is _zero configuration dev-toolkit_ (#0CJS) to develop WordPress Gutenberg blocks in a matter of minutes without configuring `React`, `Webpack`, `ES6/7/8/Next`, `ESLint`, `Babel`, etc.
41+
42+
πŸ‘‰ This package includes the global command for [Create Guten Block](https://github.com/ahmadawais/create-guten-block).
43+
44+
<br>
45+
46+
πŸ‘‰ Kindly, read the up to date documentation at this link β†’ [Create Guten Block](https://github.com/ahmadawais/create-guten-block)
47+

β€Žpackages/create-guten-block/README.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131

3232
>`create-guten-block` is _zero configuration dev-toolkit_ (#0CJS) to develop WordPress Gutenberg blocks in a matter of minutes without configuring `React`, `Webpack`, `ES6/7/8/Next`, `ESLint`, `Babel`, etc.
3333
34-
πŸ‘‰ This package includes the global command for [Create Guten Block](https://github.com/ahmadawais/create-guten-block).
34+
πŸ‘‰ This package includes the global command for [Create Guten Block](https://github.com/ahmadawais/create-guten-block).
3535

3636
<br>
3737

38-
πŸ‘‰ Kindly, read the up to date documentation at this link β†’ [Create Guten Block](https://github.com/ahmadawais/create-guten-block)
38+
πŸ‘‰ Kindly, read the up to date documentation at this link β†’ [Create Guten Block](https://github.com/ahmadawais/create-guten-block)
3939

0 commit comments

Comments
Β (0)