Pooya Parsa

Results 540 issues of 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

discussion

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.

enhancement

generator

(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...

enhancement
generator:jsdocs

Would be nice if we could map generated docs to source code I guess needs followup in untyped since we lack meta

enhancement
generator:jsdocs

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...

enhancement

_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:**...

discussion

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...