2020-06-07 12:18:55 +02:00
|
|
|

|
|
|
|
|
2020-06-07 12:35:22 +02:00
|
|
|
Aggregated set of useful tools that every developer may need once in a while
|
|
|
|
|
|
|
|
## Functionality/roadmap
|
|
|
|
|
|
|
|
-[x] Token generator
|
|
|
|
-[x] Uuid generator
|
|
|
|
-[x] String hash
|
|
|
|
-[x] Text encryption
|
|
|
|
-[x] Date format converter
|
|
|
|
-[x] Int base converter
|
|
|
|
-[x] Color format converter
|
|
|
|
-[x] Url encoder
|
|
|
|
-[x] Base 64 generator
|
|
|
|
-[x] 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!
|
2020-04-07 18:06:35 +02:00
|
|
|
|
|
|
|
## Project setup
|
2020-06-07 12:18:55 +02:00
|
|
|
Install dependencies by running the following command:
|
|
|
|
```shell
|
2020-04-07 18:06:35 +02:00
|
|
|
npm install
|
|
|
|
```
|
|
|
|
|
2020-06-07 12:18:55 +02:00
|
|
|
Then compiles and hot-reloads for development:
|
|
|
|
```shell
|
2020-04-07 18:06:35 +02:00
|
|
|
npm run serve
|
|
|
|
```
|
|
|
|
|
2020-06-07 12:18:55 +02:00
|
|
|
And to lint and fixe files, run:
|
|
|
|
```shell
|
2020-04-07 18:06:35 +02:00
|
|
|
npm run lint
|
|
|
|
```
|
2020-06-07 12:35:22 +02:00
|
|
|
|
|
|
|
## Contribute
|
|
|
|
**Pull requests are welcome !** Feel free to contribute.
|
|
|
|
|
|
|
|
## Credits
|
|
|
|
Coded with ❤️ by [Corentin Thomasset](//corentin-thomasset.fr).
|
|
|
|
|
|
|
|
This project is continuously deployed using [vercel.com](https://vercel.com).
|
|
|
|
|
|
|
|
## License
|
|
|
|
This project is under the [MIT license](LICENSE).
|