Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exenon/zen
An experimental framework to build web applications, extending TEA to the server
https://github.com/exenon/zen
Last synced: about 21 hours ago
JSON representation
An experimental framework to build web applications, extending TEA to the server
- Host: GitHub
- URL: https://github.com/exenon/zen
- Owner: eXenon
- License: agpl-3.0
- Created: 2024-09-09T04:51:23.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T20:42:42.000Z (about 2 months ago)
- Last Synced: 2024-09-15T21:49:43.596Z (about 2 months ago)
- Language: Gleam
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# zen
[![Package Version](https://img.shields.io/hexpm/v/zen)](https://hex.pm/packages/teav2)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/zen/)```sh
gleam add zen@1
```
```gleam
import zenpub fn main() {
// TODO: An example of the project in use
}
```Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```