How to Make and publish a CLI tool to jsr #23408
-
i'm making a CLI tool, that i want to publish into JSR, any ideas on how to do that?? |
Beta Was this translation helpful? Give feedback.
Answered by
bartlomieju
Apr 16, 2024
Replies: 1 comment 2 replies
-
You publish it as a regular package, specify a config like so:
Then you can run it as: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should do the trick: