|
1 | 1 | <div style="text-align: center"> |
2 | | - <h1>Strapi Plugin Boilerplate</h1> |
3 | | - <h5>A test-driven template for building reliable Strapi Plugins</h5> |
| 2 | + <h1>Strapi Plugin Boilerplate</h1> |
| 3 | + <h5>A test-driven template for building reliable Strapi Plugins</h5> |
4 | 4 |
|
5 | | - <a href="https://codecov.io/gh/pluginpal/strapi-plugin-boilerplate"> |
6 | | - <img src="https://img.shields.io/github/actions/workflow/status/pluginpal/strapi-plugin-boilerplate/tests.yml?branch=main" alt="CI build status" /> |
7 | | - </a> |
| 5 | + <a href="https://codecov.io/gh/pluginpal/strapi-plugin-boilerplate"> |
| 6 | + <img src="https://img.shields.io/github/actions/workflow/status/pluginpal/strapi-plugin-boilerplate/tests.yml?branch=main" alt="CI build status" /> |
| 7 | + </a> |
8 | 8 | </div> |
9 | 9 |
|
10 | 10 | ## ✨ Features |
@@ -41,43 +41,43 @@ To better understand how and why this repository has been setup, please read the |
41 | 41 | ### Strapi Plugin SDK commands |
42 | 42 |
|
43 | 43 | 1. `yarn build` |
44 | | - - The native build command of `@strapi/sdk-plugin`. |
45 | | - - [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk). |
| 44 | + - The native build command of `@strapi/sdk-plugin`. |
| 45 | + - [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk). |
46 | 46 | 2. `yarn watch` |
47 | | - - The native watch command of `@strapi/sdk-plugin`. |
48 | | - - [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk). |
| 47 | + - The native watch command of `@strapi/sdk-plugin`. |
| 48 | + - [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk). |
49 | 49 | 3. `yarn watch:link` |
50 | | - - The native watch:link command of `@strapi/sdk-plugin`. |
51 | | - - [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk). |
| 50 | + - The native watch:link command of `@strapi/sdk-plugin`. |
| 51 | + - [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk). |
52 | 52 | 4. `yarn verify` |
53 | | - - The native verify command of `@strapi/sdk-plugin`. |
54 | | - - [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk). |
55 | | - - Used in the linting step of the pipeline. |
| 53 | + - The native verify command of `@strapi/sdk-plugin`. |
| 54 | + - [Documentation can be found here](https://docs.strapi.io/dev-docs/plugins/development/plugin-sdk). |
| 55 | + - Used in the linting step of the pipeline. |
56 | 56 |
|
57 | 57 | ### Testing commands |
58 | 58 |
|
59 | 59 | 5. `yarn test:ts:front` |
60 | | - - A check for Typescript errors on the front-end side. |
61 | | - - Used in the linting step of the pipeline. |
| 60 | + - A check for Typescript errors on the front-end side. |
| 61 | + - Used in the linting step of the pipeline. |
62 | 62 | 6. `yarn test:ts:back` |
63 | | - - A check for Typescript errors on the back-end side. |
64 | | - - Used in the linting step of the pipeline. |
| 63 | + - A check for Typescript errors on the back-end side. |
| 64 | + - Used in the linting step of the pipeline. |
65 | 65 |
|
66 | 66 | ### Playground commands |
67 | 67 |
|
68 | 68 | 7. `yarn playground:install` |
69 | | - - Installs the plugin into the playground using `yalc-add-link`. |
70 | | - - Installs all other dependencies of the playground. |
| 69 | + - Installs the plugin into the playground using `yalc-add-link`. |
| 70 | + - Installs all other dependencies of the playground. |
71 | 71 | 8. `yarn playground:yalc-add` |
72 | | - - Installs a production-like version of the plugin, into the playground. |
| 72 | + - Installs a production-like version of the plugin, into the playground. |
73 | 73 | 9. `yarn playground:yalc-add-link` |
74 | | - - Installs a development build of the plugin, into the playground. |
| 74 | + - Installs a development build of the plugin, into the playground. |
75 | 75 | 10. `yarn playground:build` |
76 | | - - The native Strapi build command, ran in the playground. |
77 | | - - [Documentation can be found here](https://docs.strapi.io/dev-docs/cli). |
| 76 | + - The native Strapi build command, ran in the playground. |
| 77 | + - [Documentation can be found here](https://docs.strapi.io/dev-docs/cli). |
78 | 78 | 11. `yarn playground:develop` |
79 | | - - The native Strapi develop command, ran in the playground. |
80 | | - - [Documentation can be found here](https://docs.strapi.io/dev-docs/cli). |
| 79 | + - The native Strapi develop command, ran in the playground. |
| 80 | + - [Documentation can be found here](https://docs.strapi.io/dev-docs/cli). |
81 | 81 | 12. `yarn playground:start` |
82 | | - - The native Strapi start command, ran in the playground. |
83 | | - - [Documentation can be found here](https://docs.strapi.io/dev-docs/cli). |
| 82 | + - The native Strapi start command, ran in the playground. |
| 83 | + - [Documentation can be found here](https://docs.strapi.io/dev-docs/cli). |
0 commit comments