mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
No description
|
||
---|---|---|
.github | ||
public | ||
src | ||
.browserslistrc | ||
.eslintrc.js | ||
.gitignore | ||
babel.config.js | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
vue.config.js |
Aggregated set of useful tools that every developer may need once in a while
Functionality/roadmap
- Token generator
- Uuid generator
- String hash
- Text encryption
- Date format converter
- Int base converter
- Color format converter
- Url encoder
- Base 64 generator
- Text information
- Lorem ipsum text generator
- Image exif editor/remover
- QR code generator
- Bip39 pass-phrase generator
- Crontab friendly generator
- Image format converter?
- Image cropper
You have an idea of a tool? Submit a feature request!
Project setup
Install dependencies by running the following command:
npm install
Then compiles and hot-reloads for development:
npm run serve
And to lint and fixe files, run:
npm run lint
Contribute
Pull requests are welcome ! Feel free to contribute.
Credits
Coded with ❤️ by Corentin Thomasset.
This project is continuously deployed using vercel.com.
License
This project is under the MIT license.