https://github.com/the-sumeet/curler
Execute curl commands from vscode
https://github.com/the-sumeet/curler
curl http rest-api rest-client restclient vscode-extension
Last synced: 3 months ago
JSON representation
Execute curl commands from vscode
- Host: GitHub
- URL: https://github.com/the-sumeet/curler
- Owner: the-sumeet
- Created: 2025-02-11T16:59:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-01T15:05:35.000Z (about 1 year ago)
- Last Synced: 2025-06-05T11:01:50.166Z (about 1 year ago)
- Topics: curl, http, rest-api, rest-client, restclient, vscode-extension
- Language: NSIS
- Homepage:
- Size: 321 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
## About
This is the official Wails Svelte-TS template.
## Live Development
To run in live development mode, run `wails dev` in the project directory. This will run a Vite development
server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser
and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect
to this in your browser, and you can call your Go code from devtools.
## Building
To build a redistributable, production mode package, use `wails build`.