This repo use
js style, please use it if you want to contribute.
Take tasks from todo list, develop a new feature or fix a bug and do a pull
request.
Another thing that you can do to contribute is to build something on top of
poolifier and link poolifier to your project.
Please do your PR on master branch.
How to run unit tests and coverage
deno task test:coverage && deno task coverageHow to check if your new code is standard JS style
deno task lintHow to format and lint to standard JS style your code
deno task format && deno task lintHow to install Git hooks for automatic formatting and linting
deno task hooks:installPlease consider our pillars before to start change the project
- Performance ✔
- Security ✔
- No runtime dependencies ✔ (until now we don't have any exception to that)
- Easy to use ✔
- Code quality ✔