https://github.com/pratyushtiwary/devty
Developer Utilities & Tools
https://github.com/pratyushtiwary/devty
developer-productivity developer-tools devtools
Last synced: 4 months ago
JSON representation
Developer Utilities & Tools
- Host: GitHub
- URL: https://github.com/pratyushtiwary/devty
- Owner: pratyushtiwary
- License: mit
- Created: 2023-08-07T06:35:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-22T03:55:27.000Z (about 2 years ago)
- Last Synced: 2024-06-22T15:49:44.538Z (about 2 years ago)
- Topics: developer-productivity, developer-tools, devtools
- Language: Vue
- Homepage: https://devty.vercel.app
- Size: 474 KB
- Stars: 9
- Watchers: 1
- Forks: 6
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Devty
Developers Utilities & Tools.
This tool is inspired from
DevUtils
## How does it works?
Devty doesn't have any backend, it uses browser APIs and libraries to provide tools. For example the [`Hash Generator`](https://devty.vercel.app/hash_generator) tool uses [`Google's CryptoJS Library`](https://www.npmjs.com/package/crypto-js) to generate different hash of a given string directly in your browser
**Devty doesn't have any backend and is a frontend specific app. No data is ever sent to the backend**
## How can I add my custom module?
Please read the [`Adding Custom Modules`](docs/ADDING_CUSTOM_MODULE.md) section in `docs`
## Attribution
This project uses [`DevUtils`](https://devutils.com) as inspiration.