19 lines
569 B
GLSL
Executable File
19 lines
569 B
GLSL
Executable File
#!/usr/bin/env -S v -n -w -cg -gc none -no-retry-compilation -cc tcc -d use_openssl -enable-globals run
|
|
|
|
import incubaid.herolib.biz.bizmodel
|
|
import os
|
|
|
|
const playbook_path = os.dir(@FILE) + '/playbook'
|
|
const build_path = os.join_path(os.dir(@FILE), '/docusaurus')
|
|
|
|
buildpath := '${os.home_dir()}/hero/var/mdbuild/bizmodel'
|
|
|
|
mut model := bizmodel.generate('test', playbook_path)!
|
|
|
|
println(model.sheet)
|
|
// println(model.sheet.export()!)
|
|
|
|
model.sheet.pprint()!
|
|
// model.sheet.export(path: '~/code/github/incubaid/starlight_template/src/content/test.csv')!
|
|
// model.sheet
|