0.0.34 • Published 1 year ago
coli v0.0.34
CoLI
Computer Language Interface (node, dart, css, html, python)
Supported platforms
- NodeJS
Supported gen target languages
- JSX / TSX
- JS / TS
- Dart (+ Flutter)
- CSS
- SCSS
- XML
- HTML
CoLI Node implementation.
jsx building
div(div("content"))
>>> <div>
>>> <div>
>>> content
>>> </div>
>>> </div>
dart variable declaration
const file = new File("main.dart")
file.add(Variable.const("someVariable", "hi there!", CoLITypes.String))
// main.dart
>>> final String someVariable = "hi there!";
to check work around for generating flutter code - checkout flutter-builder
0.0.34
1 year ago
0.0.32
3 years ago
0.0.30
3 years ago
0.0.31
3 years ago
0.0.23
3 years ago
0.0.24
3 years ago
0.0.25
3 years ago
0.0.14
3 years ago
0.0.26
3 years ago
0.0.15
3 years ago
0.0.27
3 years ago
0.0.16
3 years ago
0.0.28
3 years ago
0.0.29
3 years ago
0.0.18
3 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
5 years ago