bynk 0.129.0

The Bynk developer front-end — links the compiler pipeline in-process and orchestrates the Node toolchain (doctor / new / dev).
Documentation
1
2
3
4
5
6
7
8
# Bynk project manifest — marks the project root for `bynkc` and the LSP.
[project]
name = "appname"
version = "0.1.0"

[paths]
src = "src"
tests = "tests"