Ran Yitzhaki
Ran Yitzhaki
After generating a new project and answering that I would like to use `twind` ``` Do you want to use 'twind' (https://twind.dev/) for styling? [y/N] y ``` IDE auto completions...
Migrate to yarn 3 according to the [migration guide](https://yarnpkg.com/getting-started/migration#step-by-step)
Migrate to yarn 3 according to the [migration guide](https://yarnpkg.com/getting-started/migration#step-by-step)
An API is currently in active development, see the [current documentation of `wt`](https://github.com/microsoft/terminal/blob/master/doc/user-docs/UsingCommandlineArguments.md#using-the-wtexe-commandline) Currently known gaps: 1. Commands don't run in the current terminal - [issue](https://github.com/microsoft/terminal/issues/4472) 2. `wt` command line...
@barak007 [had an idea](https://github.com/ranyitz/qnm/issues/81#issuecomment-1000385939) to mark dependencies with `overrides` if they were affected by npm's overrides. e.g. the root package has overrides configuration with this package. It should look similar...
```bash qnm lodash --github ``` should open https://github.com/lodash/lodash
When you use yarn without generating a lock file `qnm` has no way to understand why a package was installed (I mean, fast...) We can show to the user a...
It would be nice to show that paths of the packages found, for example, when you run `qnm @types/express --path` it would be nice to return the absolute paths of...
Users use the watch function when writing presets. ```js watch(`./**/*.scss`, changed => run( read({pattern: changed}), sass(), write({target: 'dist'}), )); ``` This watch is only important when the initial run has...
Emitting a stats file can be an awesome feature for people that want to : 1. Audit their build performance (as we keep performance in mind) 2. Give an estimation...