Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denoland/x-to-jsr
https://github.com/denoland/x-to-jsr
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/denoland/x-to-jsr
- Owner: denoland
- License: mit
- Created: 2024-02-26T21:46:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T06:43:36.000Z (2 months ago)
- Last Synced: 2024-09-30T17:46:58.939Z (about 1 month ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# deno.land/x to JSR migration tool
A tool to help migrating a deno.land/x package to [jsr.io](https://jsr.io/).
```shellsession
$ deno upgrade --canary
$ cd your_slash_x_project
$ deno run -A jsr:@deno/x-to-jsr
```