Skip to content

react-cfx/cfx.coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfx.coffee

deno

  • deno
export DENO_INSTALL="/root/.deno" 
export PATH="$DENO_INSTALL/bin:$PATH"
  • drake

** fish

function drake
  deno run -A Drakefile.ts $argv
end
alias drake='_a(){ deno run -A Drakefile.ts $@;};_a $1'