Skip to content

metatypedev/deno

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Embeddable Deno

Embeddable Deno is part of the Metatype ecosystem. Consider checking out how this component integrates with the whole ecosystem and browse the documentation to see more examples.

Syncing upstream version

git remote add upstream git@github.com:denoland/deno.git

git checkout PREV_TAG-embeddable
git checkout -b TAG-embeddable
git pull --rebase upstream TAG
# resolve conflict and reset lockfile
git checkout HEAD -- Cargo.lock
git push origin TAG-embeddable