diff --git a/README.md b/README.md index 6b0375a6..45273a59 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,14 @@ The bundle contains all of the sub-jars. It is named: ```qqq-${version}.jar``` -You can also use fine-grained jars: -- `qqq-backend-core`: The core module. Useful if you're developing other modules. -- `qqq-backend-module-rdbms`: Backend module for working with Relational Databases. -- `qqq-backend-module-filesystem`: Backend module for working with Filesystems (including AWS S3). -- `qqq-middleware-javalin`: Middleware http server. Procivdes REST API, and/or backing for a web frotnend. -- `qqq-middleware-picocli`: Middleware (actually, a front-end, innint?) Command Line interface. +## Framework Developer Tools/Resources +### IntelliJ +There are a few useful IntelliJ settings files, under `qqq-dev-tools/intellij`: +- Kingsrook_Code_Style.xml +- Kingsrook_Copyright_Profile.xml + +One will likely also want the [Kingsrook Commentator +Plugin](https://plugins.jetbrains.com/plugin/19325-kingsrook-commentator). ## License QQQ - Low-code Application Framework for Engineers. \ diff --git a/qqq-dev-tools/intellij/Kingsrook_Code_Style.xml b/qqq-dev-tools/intellij/Kingsrook_Code_Style.xml new file mode 100644 index 00000000..ca51edba --- /dev/null +++ b/qqq-dev-tools/intellij/Kingsrook_Code_Style.xml @@ -0,0 +1,280 @@ + + + diff --git a/qqq-dev-tools/intellij/Kingsrook_Copyright_Profile.xml b/qqq-dev-tools/intellij/Kingsrook_Copyright_Profile.xml new file mode 100644 index 00000000..9a4e505b --- /dev/null +++ b/qqq-dev-tools/intellij/Kingsrook_Copyright_Profile.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file