No description
Find a file
2021-11-03 00:05:08 +00:00
.github fix(deps): bump actions/setup-node from 2.4.0 to 2.4.1 2021-09-28 00:15:34 +00:00
.husky chore(git): added husky's pre-commit hook 2021-06-18 18:43:45 +02:00
assets feat(index): added image on main page 2021-09-20 17:37:10 +02:00
buildModules feat(memo): added memo base 2021-08-02 21:35:12 +02:00
components feat(page): added /about page 2021-10-18 13:49:45 +02:00
layouts fix(ui): fixed layout shifted in prod 2021-07-23 22:55:56 +02:00
mixins refactor(types): copy can handle numbers 2021-06-11 22:28:52 +02:00
pages feat(page): added /about page 2021-10-18 13:49:45 +02:00
plugins fix(pwa): added reload on new version 2021-07-23 18:46:09 +02:00
static feat: externalized tool configuration 2021-05-28 19:46:22 +02:00
test chore: setup nuxt 2020-12-21 22:06:13 +01:00
tools feat(tools): added case converter 2021-09-20 17:37:31 +02:00
types feat: externalized tool configuration 2021-05-28 19:46:22 +02:00
utils feat(memo): added memo base 2021-08-02 21:35:12 +02:00
.babelrc chore: setup nuxt 2020-12-21 22:06:13 +01:00
.editorconfig chore: setup nuxt 2020-12-21 22:06:13 +01:00
.eslintrc.js feat: added changelog in /about 2021-05-21 22:51:09 +02:00
.gitignore chore: setup nuxt 2020-12-21 22:06:13 +01:00
CHANGELOG.md feat(track): added plausible tracker 2021-07-23 23:02:39 +02:00
commitlint.config.js chore(ci): commitlint increase body length 2021-05-21 23:54:07 +02:00
CONTRIBUTING.md feat(tool): added BIP39 generator 2021-03-15 18:38:16 +01:00
jest.config.js refactor: cleaned project structure 2020-12-21 22:49:27 +01:00
LICENSE chore: updated year in LICENSE 2021-05-31 22:53:29 +02:00
nuxt.config.js feat(memo): added memo base 2021-08-02 21:35:12 +02:00
package-lock.json fix(deps): bump core-js from 3.19.0 to 3.19.1 2021-11-03 00:05:08 +00:00
package.json fix(deps): bump core-js from 3.19.0 to 3.19.1 2021-11-03 00:05:08 +00:00
README.md chore: updated README.md 2021-06-21 18:46:21 +02:00
SECURITY.md chore: added SECURITY.md 2021-05-28 15:06:49 +02:00
tsconfig.json feat(memo): added memo base 2021-08-02 21:35:12 +02:00

logo

Aggregated set of useful tools that every developer may need once in a while. Available here.

⚠️ This is the v2 branch it features a new and fresher version of it-tools completly reworked with nuxt. Stay tuned to be notified when it'll go live (click watch) 💜

Functionalities and roadmap

Please check the issues to see if some feature listed to be implemented.

You have an idea of a tool? Submit a feature request!

Project setup

Install dependencies by running the following command:

npm install

Serve with hot reload at localhost:3000

npm run dev

Build for production

npm run build

And to lint and fixe files, run:

npm run lint

For detailed explanation on how things work, check out Nuxt.js docs.

Contribute

Pull requests are welcome ! Feel free to contribute.

Add a tool

Coming soon

Credits

Coded with ❤️ by Corentin Thomasset.

This project is continuously deployed using vercel.com.

License

This project is under the MIT license.