https://github.com/jaywcjlove/tools
Many many useful Web Online Tools For Web Developers & Programmers
https://github.com/jaywcjlove/tools
docker-image tools web-tools
Last synced: about 2 months ago
JSON representation
Many many useful Web Online Tools For Web Developers & Programmers
- Host: GitHub
- URL: https://github.com/jaywcjlove/tools
- Owner: jaywcjlove
- License: mit
- Created: 2022-05-16T07:48:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T15:17:17.000Z (7 months ago)
- Last Synced: 2024-10-29T11:30:59.979Z (7 months ago)
- Topics: docker-image, tools, web-tools
- Language: TypeScript
- Homepage: https://jaywcjlove.github.io/tools
- Size: 98 MB
- Stars: 236
- Watchers: 4
- Forks: 36
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Web Tools
[](https://jaywcjlove.github.io/#/sponsor)
[]()
[](https://hub.docker.com/r/wcjiang/tools)
[](https://hub.docker.com/r/wcjiang/tools)
[](https://hub.docker.com/r/wcjiang/tools)Many many useful Web Online Tools For Web Developers & Programmers. Online preview: https://jaywcjlove.github.io/tools
[](https://apps.apple.com/app/devhub/id6476452351)
[Docker](#docker) | [Desktop Application](#desktop-application)
[](https://jaywcjlove.github.io/tools)
[](https://jaywcjlove.github.io/tools)
## Desktop Application
[](https://github.com/jaywcjlove/tools/releases)
## Docker
```bash
docker pull wcjiang/tools
``````bash
docker run --name tools --rm -d -p 9666:3000 wcjiang/tools:latest
# Or
docker run --name tools -itd -p 9666:3000 wcjiang/tools:latest
# Or
docker run --name tools -it --rm -p 3000:3000 wcjiang/tools:latest
```Visit the following URL in your browser
```bash
http://localhost:9666/
```## Development
```bash
npm install # Install dependencies
npm run hoist # Packaged apps require it.npm run build # Build packages
npm run start
```## Contributors
As always, thanks to our amazing contributors!
Made with [contributors](https://github.com/jaywcjlove/github-action-contributors).
## License
Licensed under the MIT License.