Ethosa
Ethosa
## Goals 📃 - Make HappyX available for JS community; - Make fast HTTP framework for JS; - Make yet another SPA framework for JS (maybe in future). ## Examples...
Export project from Figma and convert it into HappyX project via CLI. ```bash hpx figma2hpx linkToProject ``` This needs Figma API token
- [x] Button; - [x] Input; - [x] Card; - [x] ProgressBar; - [ ] Slider; - [ ] Spinner.
Now: ``` use allow only call nodes path/to/file(5:1) ``` Future: ``` `use` statement allows only callable nodes! But got nnkUnknown node! path/to/file(5:1) ```
... Where X is: - [x] FastAPI [`Python` `Back`]; - [ ] Django [`Python` `Back`]; - [ ] Flask [`Python` `Back`]; - [ ] ExpressJS [`JavaScript` `Back`]; - [ ]...
This flag will generate static HTML files and one JavaScript file
Example syntax: - [x] `{{variableName}}` for variables - [ ] `{| if condition |} ... {| end |}` for `if` stmt - [ ] `{| elif condition |} ... {|...
Write copy of official [nim lang site](https://nim-lang.org) as Single page application for HappyX examples
I see that this library builds Node addons only on Linux and only for Linux. It possible to create builds for Windows?