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
-[x] Create a new [IntelliJ Platform Plugin Template][template] project.
9
-
-[ ] Get familiar with the [template documentation][template].
10
-
-[ ] Adjust the [pluginGroup](./gradle.properties) and [pluginName](./gradle.properties), as well as the [id](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin).
11
-
-[ ] Adjust the plugin description in `README` (see [Tips][docs:plugin-description])
12
-
-[ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate).
13
-
-[ ][Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.
14
-
-[ ] Set the `MARKETPLACE_ID` in the above README badges. You can obtain it once the plugin is published to JetBrains Marketplace.
15
-
-[ ] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables).
16
-
-[ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate).
17
-
-[ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
18
-
-[ ] Configure the [CODECOV_TOKEN](https://docs.codecov.com/docs/quick-start) secret for automated test coverage reports on PRs
This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.
22
8
23
-
This specific section is a source for the [plugin.xml](/src/main/resources/META-INF/plugin.xml) file which will be extracted by the [Gradle](/build.gradle.kts) during the build process.
Tempest embraces modern PHP and covers a wide range of features, giving you all the tools you need to focus on your code.
15
+
16
+
## Quickstart
17
+
18
+
```bash
19
+
composer create-project tempest/app
20
+
```
21
+
22
+
## Features
23
+
24
+
> [!TIP]
25
+
> It's recommended to disable Vue plugin to make Tempest work properly with template files
26
+
27
+
-[ ] Templates files intentions (partially)
28
+
-- [x] Components names as tag names
29
+
-- [x] String interpolation in templates
30
+
-- [x] Hyper-properties in tag attributes
31
+
-- [] PHP code in templates (partially)
32
+
-[x] Console commands runner
33
+
-[ ] Routes support
34
+
-[ ] Database support
35
+
-[ ] Events support
36
+
-[ ] Jobs support
37
+
-[ ] Mail support
38
+
-[ ] Tests support
24
39
25
-
To keep everything working, do not remove `<!-- ... -->` sections.
26
40
<!-- Plugin description end -->
27
41
28
42
## Installation
@@ -34,9 +48,9 @@ To keep everything working, do not remove `<!-- ... -->` sections.
34
48
35
49
- Using JetBrains Marketplace:
36
50
37
-
Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running.
51
+
Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/28504-tempest-php) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running.
38
52
39
-
You can also download the [latest release](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID/versions) from JetBrains Marketplace and install it manually using
53
+
You can also download the [latest release](https://plugins.jetbrains.com/plugin/28504-tempest-php/versions) from JetBrains Marketplace and install it manually using
40
54
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
41
55
42
56
- Manually:
@@ -49,4 +63,3 @@ To keep everything working, do not remove `<!-- ... -->` sections.
49
63
Plugin based on the [IntelliJ Platform Plugin Template][template].
0 commit comments