A curated collection of awesome Gren tools, frameworks, libraries and articles.
| README.md | ||
Awesome Gren
Awesome tools, frameworks, libraries, videos, and articles for or about the Gren programming language.
Table of Contents
Application Development
- Gren TUI: A TUI framework.
- gren-lang/browser: Gren's core package for running applications in the browser.
- gren-lang/node: Gren's core package for running applications on node.
- Pretty Nice Framework: A full stack web development framework.
Editor Integration
- tree-sitter-gren: Tree-sitter implementation.
- gren-language-server-unofficial: Unofficial language server.
- Gren Format: Gren code formatter.
Games
- Gren Playgroud: A package for making pictures, animations, and games.
Installing
Learning
Static Analysis
- gren-extra-checks: Enforce additional reliability and consistency constraints for your Gren project.
Testing
- blaix/gren-effectful-tests: A package to run integration, e2e, and browser tests.
- gilramir/gren-unit-node: xUnit style test framework.
- gren-lang/test: Gren's core package for writing tests.