You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How would I get started …
How would I get started if i wanted to create an nx-plugin that adds support for https://oclif.io/|oclif ? oclif: The Open CLI Framework · Create command line tools your users love
Responses:Permalink
If you like you can start looking at some work that I’ve done around it
I built some prototype but never finished it (story of my life 😂 )
It’s in this branch, feel free to use any of it - I’d also happily review and accept a PR if you’re interested in that
I've been recently looking into both oclif and nx for my own side projects, and was hoping there would be an nx plugin that already supported it out of the box. I haven't read through all the code in your PR yet to try and evaluate what state it's in.
In my googling, I also came across this article, which seems to describe using oclif and nx together, though I haven't deeply tried to follow it yet:
The cli is built with oclif and I haven't tried running it in an Nx Workspace yet, so in order to ship I created a separate repo.
Ideally it consists of a
cli
app in the monorepo, and uses the libs for plugins.The text was updated successfully, but these errors were encountered: