Skip to content

Commit

Permalink
refactor: better readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Aug 25, 2024
1 parent e98281d commit 8107300
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
# Spawn Templates
# Spawn Templates

## Versions

### Template v1.4.3

TODO

### Template v1.4.2

### :sparkles: New Features
- [`f7a0224`](https://github.com/eigr/spawn-templates/commit/f7a022474d404868d4109eaf572326c4452a15e9) - added java std template *(commit by @sleipnir)*

### :bug: Bug Fixes
- [`bcb73ec`](https://github.com/eigr/spawn-templates/commit/bcb73ec097d3b4825e35196a2c7b818c29b486f0) - add groupId and artifactId variables *(commit by @sleipnir)*
- [`9579b93`](https://github.com/eigr/spawn-templates/commit/9579b9302dc41b33016cc2f5b5d0b84b28bf4d82) - correct variable references *(commit by @sleipnir)*
- [`b29eedb`](https://github.com/eigr/spawn-templates/commit/b29eedbbe4ca4a56376df8cecec29b0875c3d17a) - set app_name *(commit by @sleipnir)*
- [`e97c6ed`](https://github.com/eigr/spawn-templates/commit/e97c6ed1b4d464c4a24788e3a422650e873d5e05) - typo in spawn_app_spawn_system template variable *(commit by @sleipnir)*
- [`6947213`](https://github.com/eigr/spawn-templates/commit/69472132bc2d3ed08a96dbdf41a024c223d003e9) - some java imports *(commit by @sleipnir)*
- [`b377148`](https://github.com/eigr/spawn-templates/commit/b37714897a688b3f2e8dcb398199a2f77368bd31) - remove some protoc warnings *(commit by @sleipnir)*
- [`8e8172d`](https://github.com/eigr/spawn-templates/commit/8e8172d65b0c645eca9fe8f6d20e0164a1bb5548) - rename proto class *(commit by @sleipnir)*
- [`aa8dd3b`](https://github.com/eigr/spawn-templates/commit/aa8dd3b92733225c3f0542bc0515ce7b28097e44) - add import of Map *(commit by @sleipnir)*
- [`3605944`](https://github.com/eigr/spawn-templates/commit/36059446c17595664c2896ab0470f03670125ca1) - use correct protoc version *(commit by @sleipnir)*

### :recycle: Refactors
- [`278af03`](https://github.com/eigr/spawn-templates/commit/278af035ef562be1b3c4bfbfde79c42ae4fc38e5) - extract interface *(commit by @sleipnir)*
3 changes: 3 additions & 0 deletions java-std/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Spawn Java Standard SDK Template

TODO: Add some examples.
1 change: 0 additions & 1 deletion java-std/REDME.md

This file was deleted.

1 change: 1 addition & 0 deletions java-std/{{cookiecutter.app_name}}/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# {{cookiecutter.app_name}}

0 comments on commit 8107300

Please sign in to comment.