Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sharmrj/Artemis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artemis

Middleware that rewrites Franklin HTML so it can be readily rendered

Uses Deno 1.45.1, you can get it on macOS by doing brew install deno

You can get homebrew by doing

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

First, init the esm.sh CLI script

deno run -A -r https://esm.sh init

You manage your imports like so

# Adding packages
deno task esm:add optics-ts cheerio

# Updating packages

deno task esm:update optics-ts
deno task esm:update # update all

# Removing Packages
deno task esm:remove cheerio

To run a file

deno run --allow-read --allow-net artemis.ts 

you can read more here:

About

Middleware that rewrites Franklin HTML so it can be readily rendered

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •