Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grkek/medusa

A QuickJS wrapper/runtime
https://github.com/grkek/medusa

Last synced: 19 days ago
JSON representation

A QuickJS wrapper/runtime

Awesome Lists containing this project

README

        

# Medusa

A WIP QuickJS wrapper with helper functions

## Installation

1. Add the dependency to your `shard.yml`:

```yaml
dependencies:
medusa:
github: grkek/medusa
```

2. Run `shards install`

3. Update the Boehm GC include path in the .envrc file and source from it

## Usage

1. Run `make test`

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

- [Giorgi Kavrelishvili](https://github.com/grkek) - creator and maintainer