Is a web app that builds the Co-authored-by trailer for your Git commit message. It gives credit to the GitHub users who helped with the commit. Enter the GitHub usernames, and the app creates the trailer in the format that GitHub accepts. Try it at https://ghostbear.me/coauthoredby/.
Run ./gradlew build.
The build writes the app files to webApp/build/dist.
To run the app in development mode:
- Run
./gradlew :webApp:jsDevelopmentRun. - Open the URL that Gradle prints.
For the WebAssembly build, run ./gradlew :webApp:wasmJsDevelopmentRun instead.