Ángel M
Ángel M
Hello, I tried to copy a `Dashboard` component into a new `Configuration` one. I use CSS BEM notation in this project, so CSS classes are like `Dasboard__JobList`. The issue is...
I split the project into two packages: * `svgi` * `svgi@cli` To configure the monorepo, I'm using [pnpm](https://pnpm.io/). Closes #39
The main reasoning behind this change is to avoid injecting CLI libraries to projects that only want to use the SVGI core library. Currently, 6 of 7 libraries are only...
Currently, the CLI allows both options at the same time. When this corner case happens, the file path is ignored. However, providing both options is not expected so the CLI...
Before adding new features to this project, I plan to switch the codebase to [Typescript](https://www.typescriptlang.org/). The main goal is to provide a better structure and types to the codebase so...
After adding vitest and enable testing with GitHub Actions, now it's time to complete the testing of all the current SVGI features. The goal is to reach >95% code coverage...
[Brew](https://brew.sh/) is a pretty common way to install tools and libraries in Mac OS.
It would be useful to provide some suggestions to improve the given SVG file as part of the output. `--lint` will activate these suggestions. ### Rules A rule represents a...