Skip to content

deleteman/versioned-deno-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Versioned-deno-module

This is a sample repository to show how to use the tag name as the version of the package. The tag name is included in the RAW url of a file, thus allowing us to link to our modules directly from our scripts and still include the version without having to worry about configuring our own CDNs for distribution.

For an example just include https://raw.githubusercontent.com/deleteman/versioned-deno-module/4.0/hello.ts in your code and change 4.0 for 2.0 and see what happens.

About

Testing repo for the book "Introducing Deno"

Resources

Stars

Watchers

Forks

Packages

No packages published