Skip to content

j-f1/forked-denoland-registry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno Module Registry

Build Status

This is the webserver and database for the https://deno.land/x/ service.

This service allows people to create pretty URLs which redirect to github (or other content). For example:

deno -A https://deno.land/x/std@v0.2.7/http/file_server.ts

To run the dev server (you shouldn’t need to do this to add a package to the registry):

cd src
npm install
cp .env.sample .env
# [follow the instructions in the .env file]
npm start

the registry will launch at http://localhost:4000/x/

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.6%
  • CSS 5.1%
  • Shell 2.4%
  • TypeScript 0.9%