https://github.com/eigr/spawn-templates
Spawn apps templates for using from spawnctl
https://github.com/eigr/spawn-templates
Last synced: about 2 months ago
JSON representation
Spawn apps templates for using from spawnctl
- Host: GitHub
- URL: https://github.com/eigr/spawn-templates
- Owner: eigr
- Created: 2024-06-29T20:37:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T00:12:06.000Z (almost 2 years ago)
- Last Synced: 2025-08-02T02:46:37.817Z (11 months ago)
- Language: TypeScript
- Size: 387 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spawn Templates
## Versions
### Template v1.4.3
### :sparkles: New Features
- [`f03a574`](https://github.com/eigr/spawn-templates/commit/f03a5742743b3c31b29e7e8ade9d7dc7a9f6d487) - add nodejs defaults *(commit by @sleipnir)*
### :bug: Bug Fixes
- [`08e9894`](https://github.com/eigr/spawn-templates/commit/08e9894a65cd538a7de7774a3ebdab0af48235d3) - typo *(commit by @sleipnir)*
- [`3432dcf`](https://github.com/eigr/spawn-templates/commit/3432dcf9152057dee4d3087af9e900b759240b01) - correct attributes *(commit by @sleipnir)*
### :recycle: Refactors
- [`8107300`](https://github.com/eigr/spawn-templates/commit/81073007ad72ece27d59dc0ae90ce032908d0074) - better readmes *(commit by @sleipnir)*
-
**Full Changelog**: https://github.com/eigr/spawn-templates/compare/v1.4.2...v1.4.3
### 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)*