Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```