EntityDecode website
http://entitydecode.com
- JavaScript 55%
- CSS 29.4%
- Astro 14.8%
- Just 0.8%
|
Rob Brazier
bfc57bb1f7
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
|
||
|---|---|---|
| .woodpecker | add commit message to wrangler deploy | |
| public | cloudflare deploy | |
| src | replace daisyui with native tailwind | |
| .gitignore | cloudflare deploy | |
| astro.config.mjs | cloudflare deploy | |
| deno.json | cloudflare deploy | |
| deno.lock | cloudflare deploy | |
| justfile | cloudflare deploy | |
| lefthook.yml | bun -> deno and run linting | |
| LICENSE | Create LICENSE | |
| mise.toml | change source code link to codeberg | |
| package.json | cloudflare deploy | |
| README.md | cloudflare deploy | |
| tsconfig.json | cloudflare deploy | |
| wrangler.jsonc | cloudflare deploy | |
EntityDecode
A fully client-side tool to encode and decode HTML Entities from text (e.g.
» → ») and decode URL components (e.g. %23 → #)
GitHub License Built with Astro
Running Locally
Packages are installed with bun
bun install
To run the app, use
bun dev
Maintenance
I may do the occasional rewrite of this app as a test for other technologies, but remain the same functionality.
It's essentially feature complete for what I have intended to write, so just 'maintenance mode' - responding to dependabot/renovate constantly pinging me about dependencies needing to be updated.
DISCLAIMER No support is provided - this is a toy project