gameinput
v0.0.9
Published
Game development controls
Downloads
32
Maintainers
Readme
Game Input
Gamedev controls.
Tools
- changelogithub
- This generates a changelog for a github release using Conventional Commits.
- bumpp
- Interactive version prompt.
How to Work
- Develop like normal using Conventional Commits.
- When you're ready to push a tag, run
bumpp
.- This will walk you through releasing a
tag
.
- This will walk you through releasing a
- When you're ready to publish, create a github release and the workflow will take over.
- This will use changelogithub to generate a changelog and publish to NPM.