Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grkek/medusa
- Owner: grkek
- License: mit
- Created: 2023-10-22T19:14:36.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-02T08:09:19.000Z (25 days ago)
- Last Synced: 2024-12-02T08:42:02.751Z (25 days ago)
- Language: Crystal
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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