borschik-tech-yate

Yate tech for Borschik

Usage no npm install needed!

<script type="module">
  import borschikTechYate from 'https://cdn.skypack.dev/borschik-tech-yate';
</script>

README

borschik-tech-yate

Build Status

Tech to build Yate with Borschik

Building for node

Use borschik -t yate -to '{"node": true}' to build for nodejs.

borschik-link usage

borschik-link() in Yate works the same way as borschik.link() in JavaScript

  1. Static path
match / {
    borschik-link('../real/path/to/file.png')
}
  1. Dynamic path
match / {
    borschik-link('@my-name')
}