https://github.com/rodmoioliveira/web-worker-example
https://github.com/rodmoioliveira/web-worker-example
webworker webworker-demo webworkers
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodmoioliveira/web-worker-example
- Owner: rodmoioliveira
- Created: 2020-08-13T02:38:36.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-11-25T21:12:53.000Z (7 months ago)
- Last Synced: 2025-12-07T22:29:45.255Z (7 months ago)
- Topics: webworker, webworker-demo, webworkers
- Language: Shell
- Homepage: https://rodmoioliveira.github.io/web-worker-example/
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# web-worker-example
# index
- [Website](#website)
- [Make Recipes](#make-recipes)
- [How to Release](#how-to-release)
# Website
[back^](#index)
https://rodmoioliveira.github.io/web-worker-example/
# Make Recipes
[back^](#index)
```
bash-all Run all bash tests
bash-check Check format bash code
bash-deps Install bash dependencies
bash-fmt Format bash code
bash-lint Check lint bash code
doc-changelog Write CHANGELOG.md
doc-readme Write README.md
dprint-check Dprint check
dprint-fmt Dprint format
help Display this help screen
links-check Check links
links-mirror Mirror links
makefile-descriptions Check if all Makefile rules have descriptions
typos Check typos
typos-fix Fix typos
```
# How to Release
[back^](#index)
To generate a new version, you need to follow these steps:
1. Run the command `git tag -a -m "version "`.
2. Run the command `make doc-changelog && make doc-readme`.
3. Run the command `git add -A && git commit -m "release: "`.
4. Run `git push` to `main`.