chiefbiiko / registry

Home Page:https://deno.land/x/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

https://deno.land/x/

License:MIT License


Languages

Language:JavaScript 91.6%Language:CSS 5.1%Language:Shell 2.4%Language:TypeScript 0.9%