-
### Suggestion
Refactor the `@configu/cli` framework from `oclif` to `clipanion`. Clipanion is a newer, thinner alternative (with only 1 dependency compared to `oclif`'s 17) and is used by high-profi…
-
Nanobundle will migrate from [meow](https://github.com/sindresorhus/meow) to [Clipanion](https://github.com/arcanis/clipanion)
Meow is great framework for building tiny command, but subcommands sup…
-
It'd be nice if the Clipanion context could be supplied as a [Yup validate context](https://github.com/jquense/yup#mixedvalidatevalue-any-options-object-promiseany-validationerror) so that we could ha…
elmpp updated
3 years ago
-
[Cliffy](https://github.com/c4spar/deno-cliffy/) has been a constant source of toil and churn in our codebase, and I'd like to not have to deal with it anymore.
-
This is a toy implementation of a command that is supposed to execute a sub-command for each package in a monorepo. It takes as arguments the sub-command to run in the context of each package, and an …
-
Running `patch-commit` for a package that has a builtin patch now fails with
```
Internal Error: Assertion failed: Expected the resolution to have been registered
at PatchCommitCommand.execute …
-
- [ ] I'd be willing to implement a fix
**Describe the bug**
Running `yarn up pkg` where `pkg` is a git dependency removes the git dependency and replaces it with a npm dependency.
**To Repro…
-
Hi
may be I'm not so skilled just now, but I attempt to compile in order to contribute. I'm new to javascript , my exeperience is mainly in C++ and oo programming (more than 15 years) under windows. …
-
### Self-service
- [X] I'd be willing to implement a fix
### Describe the bug
`yarn pack` always ignores nested `node_modules` directories, which is unexpected and inconsistent with `npm pack`.
##…
-
First off, this is not an issue with this repo, but the repo is affected by a bug in a dependency that it uses, and wanted to bring awareness to it here, in case someone else runs into this.
I was …