Skip to content

Commit

Permalink
added some extra readme info - usage
Browse files Browse the repository at this point in the history
  • Loading branch information
senn committed Oct 25, 2021
1 parent e6d8e83 commit e45beb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ And also as a way to re-familiarize myself with Git.
It was in <i>no way</i> intended to follow best practices in IntelliJ plugin development guidelines.
It doesn't use the new Kotlin/Gradle approach and it does all operations directly to the filesystem using java.io
instead of using IntelliJ's built-in Virtual Filesystem, PSI system and templating.

<br />
To use the plugin, download the latest release and drop it inside the <code>plugins</code> folder of your IntelliJ.
Ideally using this hierarchy: <code>plugins/senn-ij-aem-comp-gen/lib/<b>senn-ij-aem-comp-gen.jar</b></code> but that's not required.
Then start IntelliJ and rightclick on a folder or file and you should see the <code>New > AEM Component Files</code> option.
<br /><br />
If you do use this plugin, feel free to let me know!<br/>
Cheers, <br />
Bart

0 comments on commit e45beb3

Please sign in to comment.