deno-cliffy icon indicating copy to clipboard operation
deno-cliffy copied to clipboard

Not available on jsr.io

Open Hexagon opened this issue 11 months ago • 2 comments

Would be awesome!

Hexagon avatar Mar 02 '24 00:03 Hexagon

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.

RuiNtD avatar Mar 02 '24 04:03 RuiNtD

#679

andrewthauer avatar Mar 02 '24 11:03 andrewthauer

The v1.0.0-rc.4 is available on JSR now:

https://jsr.io/@cliffy

timharek avatar May 24 '24 22:05 timharek

@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 avatar Jun 15 '24 07:06 maheshbansod

@maheshbansod Try deno add @cliffy/[email protected]?

dahlia avatar Jun 15 '24 07:06 dahlia

yea, that worked thanks! @dahlia

maheshbansod avatar Jun 15 '24 13:06 maheshbansod

I think this can be closed. This works fine for me:

import * as cliffy from 'jsr:@cliffy/[email protected]'

andykais avatar Jun 18 '24 18:06 andykais