No description
Find a file
2021-05-31 08:58:32 +02:00
.github chore(ci): added CodeQL ci pipeline 2021-05-24 14:13:02 +02:00
assets feat: added components 2021-03-14 20:11:39 +01:00
buildModules/tool-config feat: externalized tool configuration 2021-05-28 19:46:22 +02:00
components feat: externalized tool configuration 2021-05-28 19:46:22 +02:00
layouts feat: externalized tool configuration 2021-05-28 19:46:22 +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 fix(path): corrected incorrect tool path 2021-05-28 20:04:03 +02:00
types feat: externalized tool configuration 2021-05-28 19:46:22 +02:00
utils feat(tool): added qr-code generator 2021-05-17 23:11:47 +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 random port generator 2021-05-18 13:03: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
nuxt.config.js fix(style): extractCSS for proper ssr layout 2021-05-29 13:50:17 +02:00
package-lock.json fix(deps): bump core-js from 3.13.0 to 3.13.1 2021-05-31 08:58:32 +02:00
package.json fix(deps): bump core-js from 3.13.0 to 3.13.1 2021-05-31 08:58:32 +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.