deno-cliffy
deno-cliffy copied to clipboard
Not available on jsr.io
Would be awesome!
I took a quick look at your deps. Looks like you only use std
and sinon
via skypack. std
is already on JSR and sinon
can be accessed with npm:sinon
, but may need some additional testing. Deno has made a tool and guide for migrating to JSR, so you might want to give that a look ahead of releasing 1.0.
#679
The v1.0.0-rc.4 is available on JSR now:
https://jsr.io/@cliffy
@timharek how do i use it with jsr?
I get this when I run deno add @cliffy/command
error: jsr:@cliffy/command was not found.
Also this page https://jsr.io/@cliffy/command says
This package has not published a stable release yet.
I see that the version is visible in the versions tab. Are there plans to publish it soon if that's whats required to make deno add
work? if not, is there a way to use unpublished version?
thanks
@maheshbansod Try deno add @cliffy/[email protected]
?
yea, that worked thanks! @dahlia
I think this can be closed. This works fine for me:
import * as cliffy from 'jsr:@cliffy/[email protected]'