No description
Find a file
2021-06-18 18:43:45 +02:00
.github chore(issues): update issue templates 2021-05-31 22:51:19 +02:00
.husky chore(git): added husky's pre-commit hook 2021-06-18 18:43:45 +02:00
assets feat: added components 2021-03-14 20:11:39 +01:00
buildModules/tool-config refactor: fixed sonarcloud issues 2021-05-31 23:43:45 +02:00
components refactor(lint): removed unused import 2021-06-01 17:36:29 +02:00
layouts refactor: fixed more sonarcloud issues 2021-06-01 00:07:04 +02:00
mixins refactor(types): copy can handle numbers 2021-06-11 22:28:52 +02:00
pages refactor: fixed more sonarcloud issues 2021-06-01 00:07:04 +02:00
plugins feat: component base 2021-02-13 19:55:45 +01: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(extra): added sitemap 2021-06-18 18:11:19 +02:00
types feat: externalized tool configuration 2021-05-28 19:46:22 +02:00
utils refactor: improved shuffle function (now using Durstenfeld shuffle) 2021-06-18 18:03:51 +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(tool): added roman numeral converter 2021-06-11 22:28:52 +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(extra): added sitemap 2021-06-18 18:11:19 +02:00
package-lock.json chore(git): added husky's pre-commit hook 2021-06-18 18:43:45 +02:00
package.json chore(git): added husky's pre-commit hook 2021-06-18 18:43:45 +02:00
README.md docs: updated README.md 2021-05-18 12:39:02 +02:00
SECURITY.md chore: added SECURITY.md 2021-05-28 15:06:49 +02:00
tsconfig.json fix(config): resolve json module 2021-05-18 00:16:21 +02:00

logo

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

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.