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

https://github.com/fukaoi/crystal-v8

V8 Javascript engine for Crystal.
https://github.com/fukaoi/crystal-v8

crstal-lang crystal javascript v8

Last synced: 2 months ago
JSON representation

V8 Javascript engine for Crystal.

Awesome Lists containing this project

README

          

# crystal-v8

V8 Javascript engine for Crystal.

## Installation

```bash
shards install //need to lucky-cli

lucky install //need to ecosystem for v8 engine
```

## Usage

TODO: Write usage instructions here

## Development

TODO: Write development instructions here

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

- [fukaoi](https://github.com/fukaoi) fukaoi - creator, maintainer