Automatic resolution of latest and recommended forge builds.

You can now use 'latest' or 'recommended' as the forge version option in the generate commands.
Two new commands are provided to query the latest/recommended version of forge.
This commit is contained in:
Daniel Scalzi
2020-01-19 15:40:52 -05:00
parent f7173c4f5c
commit 8911f54039
4 changed files with 114 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
export interface PromotionsSlim {
homepage: string
promos: {
[id: string]: string
}
}