No description
Find a file
2021-05-31 23:43:45 +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 feat: externalized tool configuration 2021-05-28 19:46:22 +02:00
layouts refactor: fixed sonarcloud issues 2021-05-31 23:43:45 +02:00
mixins feat: externalized tool configuration 2021-05-28 19:46:22 +02:00
pages feat: externalized tool configuration 2021-05-28 19:46:22 +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: fixed sonarcloud issues 2021-05-31 23:43:45 +02:00
types feat: externalized tool configuration 2021-05-28 19:46:22 +02:00
utils fix(sec): switched to cryptographically secure random 2021-05-31 22:53:28 +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 URL encoder/decoder 2021-05-31 22:53:28 +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 feat(font): optimized google font import 2021-05-31 12:10:57 +02:00
package.json chore: updated package.json fields 2021-05-31 22:53:28 +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.