Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gjsify/gjsify
Combine the power of Typescript with the power of GJS
https://github.com/gjsify/gjsify
deno gjs gnome-desktop gtk javascript node typescript
Last synced: 3 months ago
JSON representation
Combine the power of Typescript with the power of GJS
- Host: GitHub
- URL: https://github.com/gjsify/gjsify
- Owner: gjsify
- Created: 2022-07-26T11:26:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T16:33:03.000Z (11 months ago)
- Last Synced: 2024-10-08T12:30:01.733Z (4 months ago)
- Topics: deno, gjs, gnome-desktop, gtk, javascript, node, typescript
- Language: Vala
- Homepage: https://gjsify.org/
- Size: 19.9 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gjsify
Combine the power of Typescript with the power of GJS
## Development
### Dependencies
Fedora:
```
sudo dnf install meson vala gjs
```Ubuntu:
```
sudo apt install meson valac gjs
```### Build
```
NODE_OPTIONS=--max_old_space_size=9216 yarn run build
```