Julio L. Muller

Results 14 issues of Julio L. Muller

This PR adds an icon to the configuration files variants for `commitizen` ([lib documentation](https://commitizen-tools.github.io/commitizen/))

Small adjsutment of README code examples. ```diff - import {injectable, injectAll} from "tsyringe"; + import {injectable, inject} from "tsyringe"; @injectable() class Foo { constructor(@inject("Database", { isOptional: true }) private database?:...

## Summary Fix multiple occurrences of typo to the same word: "backgroud =" (should be "background", with an `n`). Closes #869

## Summary This PR changes the entire project documentation CLI examples to use [Bun](https://bun.sh/) as an alternative of package manager. This also takes the chance to increase code consistency across...

I'm recently migrating all compatilble projects to [Bun](https://bun.sh/) as it's performing really great running routines locally and in the deployment pipeline. So, I'd really appreciate to include its CLI commands...

Closes #1563 Closes #1564 Closes #1565

There seems to be a mistake in [this line of the docs](https://github.com/typicode/husky/blob/0692639896ea5b5dd5ffc607575f6f870b21cb0f/docs/ru/how-to.md?plain=1#L323), since other package managers is not written with Cyrillic.

In the [_How-to_ docs in Russian](https://github.com/typicode/husky/blob/0692639896ea5b5dd5ffc607575f6f870b21cb0f/docs/ru/how-to.md?plain=1#L288-L297), there is a mistake presenting the `npm run prepare` equivalent script for other package managers.

I was reading the docs and steped over an issue with code examples using Bun. Basically, the `bun test` suggested is not accurate with the examples of other package managers....

### Feature Request I see the project already has internationalization set for documentation. I wonder if there is any interest and demand for having the docs available in **Portuguese (Brazilian)**....