initial shipwright integration

This commit is contained in:
Michael Chris Lopez
2021-11-05 14:43:28 +08:00
parent 265ab617de
commit 3ef0de509c
5 changed files with 91 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
make:
nvim --headless -u NORC \
--cmd 'set rtp+=.' \
--cmd 'lua require("zenbones.build").run()' \
--cmd 'lua require("zenbones.shipwright").run()' \
--cmd 'q'