Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Foso committed Sep 1, 2024
1 parent e9fc511 commit 277e5bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,6 @@ You can find all Ktorfit packages on [Maven Central](https://search.maven.org/se

🛠 Follow the [setup page](https://foso.github.io/Ktorfit/installation/) for more details

## 👷 Project Structure

* <kbd>compiler plugin</kbd> - module with source for the compiler plugin
* <kbd>ktorfit-annotations</kbd> - module with annotations for the Ktorfit
* <kbd>ktorfit-ksp</kbd> - module with source for the KSP plugin
* <kbd>ktorfit-lib-core</kbd> - module with source for the Ktorfit lib
* <kbd>ktorfit-lib</kbd> - ktorfit-lib-core + dependencies on platform specific clients
* <kbd>sandbox</kbd> - experimental test module to try various stuff

* <kbd>example</kbd> - contains example projects that use Ktorfit
* <kbd>docs</kbd> - contains the source for the GitHub page

## ✍️ Feedback

Feel free to send feedback on [Twitter](https://twitter.com/jklingenberg_)
Expand Down
14 changes: 13 additions & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,16 @@
- Run tests in :ktorfit-compiler-plugin
- Create a PR against master
- Merge PR
- Run GitHub Actions "publish" workflow
- Run GitHub Actions "publish" workflow

## 👷 Project Structure

* <kbd>compiler plugin</kbd> - module with source for the compiler plugin
* <kbd>ktorfit-annotations</kbd> - module with annotations for the Ktorfit
* <kbd>ktorfit-ksp</kbd> - module with source for the KSP plugin
* <kbd>ktorfit-lib-core</kbd> - module with source for the Ktorfit lib
* <kbd>ktorfit-lib</kbd> - ktorfit-lib-core + dependencies on platform specific clients
* <kbd>sandbox</kbd> - experimental test module to try various stuff

* <kbd>example</kbd> - contains example projects that use Ktorfit
* <kbd>docs</kbd> - contains the source for the GitHub page

0 comments on commit 277e5bf

Please sign in to comment.