borschik-tech-yate
v1.0.3
Published
Yate tech for Borschik
Readme
borschik-tech-yate
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
- Static path
match / {
borschik-link('../real/path/to/file.png')
}- Dynamic path
match / {
borschik-link('@my-name')
}