No description
Find a file
dependabot[bot] 1806cd6fad chore(deps): bump postcss from 7.0.35 to 7.0.36
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 15:01:32 +02:00
.github chore(issues): update issue templates 2021-05-31 22:51:19 +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 refactor(types): fixed types 2021-06-12 18:01:42 +02:00
types feat: externalized tool configuration 2021-05-28 19:46:22 +02:00
utils refactor: fixed more sonarcloud issues 2021-06-01 00:07:04 +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 refactor(lint): fix lint issues 2021-05-31 12:13:52 +02:00
package-lock.json chore(deps): bump postcss from 7.0.35 to 7.0.36 2021-06-17 15:01:32 +02:00
package.json fix(deps): bump nuxt-i18n from 6.27.0 to 6.27.1 2021-06-16 10:47:44 +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.