Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hehang0/devtoys
DevToys For Web
https://github.com/hehang0/devtoys
chatgpt developer-tools devtoys element-plus monaco-editor typescript vite vue
Last synced: 2 days ago
JSON representation
DevToys For Web
- Host: GitHub
- URL: https://github.com/hehang0/devtoys
- Owner: HeHang0
- License: mit
- Created: 2023-03-15T15:42:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-14T14:20:11.000Z (11 months ago)
- Last Synced: 2023-12-14T15:31:54.348Z (11 months ago)
- Topics: chatgpt, developer-tools, devtoys, element-plus, monaco-editor, typescript, vite, vue
- Language: Vue
- Homepage: https://hehang0.github.io/devtoys/
- Size: 449 KB
- Stars: 13
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DevToys
Web-based version of a Swiss Army knife for developers.
## Installation and Usage
To develop locally, use the command line to navigate to the project directory and run:
``` bash
yarn
yarn dev
```Or simply access the deployed site at .
## Technology Stack
Vue3 + TS + Vite
## Features
- Converters
- JSON <> YAML
- Timestamp
- Number Base
- Cron Parser
- Encoders / Decoders
- HTML
- URL
- Base64 Text & Image
- JWT Decoder
- KeyCode
- Formatters
- JSON
- SQL
- XML
- Generators
- Hash (MD5, SHA1, SHA256, SHA512)
- UUID
- Lorem Ipsum for Chinese
- Checksum
- QRCode
- Escape / Unescape
- Inspector & Case Converter
- Regex Tester
- Text Escape
- Text Diff
- Markdown Preview
- Graphic
- Image Converter
- Photo Exif Viewer
- QRCode Reader
- Media
- Color Picker## Key Features
- Light/Dark Theme
- Support English/Chinese/Japanese
- Support Multi Editor
- Support Change Font## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. You can also email me at [[email protected]](mailto:[email protected]).
## License
See [LICENSE](LICENSE.md)
## Acknowledgements
This project was inspired by [DevToys](https://github.com/veler/DevToys), and I essentially replicated the features in that project.
## Author
hehang