Pooya Parsa
Pooya Parsa
While playing with some ideas, taught to share to gather opinions about this method of the `README.md` population! An example: https://github.com/unjs/.github/tree/main/snippets
Using [bundlejs](https://bundlejs.com/) we can generate badges to show the cost of individual function exports. We can have a flag like `` that rendered a cost badge next to each export.
(using this here for discussion because it is closer to the place where I can test things out haha) Currently, we use untyped that itself uses jiti + babel parser...
Would be nice if we could map generated docs to source code I guess needs followup in untyped since we lack meta
Currently only speficic named positional args can be defined and multiple is not possible (workaround is to use `ctx.args._` to access them all!). For this, we might introduce a new...
_inspired from https://github.com/unjs/citty/issues/98#issuecomment-2011718215 by @jgoux_ With plugins, we can allow them to intercept to different hooks but also preserve their context. We can extend to more hooks if needed. **Example:**...
A simple fetch to npm registry probably does the trick for MVP. We might support disk caching for faster responses later. Optional: #9 for usage Depends on #5 for banner...
Defining commands is one part of building a good CLI. Bundling it properly is another part! An unbuild preset can be specifically useful to build a (main cli) and pluggable...