Roman
Roman
I think `includes` and `excludes` are necessary, and can unlock a lot of useful functionality, especially for monorepos, where rules might be per-package.
I've been working on our private monorepo setup with pnpm and have a lot of know-how now in this area. Not shareable in the current state, but I can contribute...
The MVP of a monorepo with pnpm is actually _very_ simple. All you need is a `pnpm-workspace.yaml` file with an array of `packages`. Typically a glob pattern is used there,...
I can say with a high degree of certainty, that the following setup works with the following conditions: ## Package Versions ``` ❯ pnpm ls plop typescript ts-node Legend: production...
Also, just as an idea for adding support without disrupting the existing solution. There could be a `ts-plop` CLI version _(naming in the vein with `ts-node`)_. This version would automatically...
@crutchcorn Well, that is _amazing_! 😁 Going to mark my comment as hidden to avoid confusion.
Hey @ekristen, it's just a secret from the AWS Secrets Manager. The difference is that it's auto-managed by Amazon EventBridge service for you. From the docs: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-target-connection.html > A connection...
I think this is another issue that could benefit from #651
FYI with this landing #1550, I am also no longer interested in this project, thus do not need this feature. I will not close the issue, as it might be...
> This same symptom occurs if the user provides a path to a specific existing file but that file is ignored via any of the ignore mechanisms. > > My...