https://github.com/pkopel/curl-gen-web
Web app version of curl-gen tool build with webassembly
https://github.com/pkopel/curl-gen-web
bash-scripting code-generation curl-commands powershell-scripting webassembly
Last synced: about 1 year ago
JSON representation
Web app version of curl-gen tool build with webassembly
- Host: GitHub
- URL: https://github.com/pkopel/curl-gen-web
- Owner: PKopel
- License: other
- Created: 2022-10-02T15:50:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-25T21:05:00.000Z (about 1 year ago)
- Last Synced: 2025-06-25T22:19:15.980Z (about 1 year ago)
- Topics: bash-scripting, code-generation, curl-commands, powershell-scripting, webassembly
- Language: Haskell
- Homepage: https://pkopel.github.io/curl-gen-web/
- Size: 932 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# curl-gen-web
Webb app for curl scripts generation using [curl-gen](https://github.com/PKopel/curl-gen) library.
Haskell code is compiled to webassembly using [asterius](https://github.com/tweag/asterius).
## Try it out
## Running locally
* Run `make start` to build and start the server
* Run `make docker` to build docker image of the server