Skip to content

Commit

Permalink
extend templates
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Sep 11, 2024
1 parent e9c5d84 commit 4221ee8
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions bin/heta-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,19 @@ const defaultPlatform = {
source: 'src/index.heta'
},
export: [
'{ format: JSON, filepath: output.json }',
'#{ format: YAML }',
'#{ format: XLSX, omitRows: 3, splitByClass: true }',
'{ format: JSON, omit: [], noUnitsExpr: false }',
'#{ format: YAML, omit: [], noUnitsExpr: false }',
'#{ format: DBSolve, powTransform: keep, version: 26 }',
'#{ format: SLV, eventsOff: false, powTransform: keep, version: 26 }',
'#{ format: SBML, version: L2V4 }',
'#{ format: SLV, eventsOff: false }',
'#{ format: DBSolve }',
'#{ format: Simbio }',
'#{ format: Mrgsolve }',
'#{ format: Table, omitRows: 0, omit: [], bookType: csv, splitByClass: false }',
'#{ format: XLSX, omitRows: 0, omit: [], splitByClass: true }',
'#{ format: Julia }',
'#{ format: Matlab }',
'#{ format: Julia }'
'#{ format: Dot }',
'#{ format: Summary }'
]
};

Expand Down

0 comments on commit 4221ee8

Please sign in to comment.