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.
- Host: GitHub
- URL: https://github.com/fukaoi/crystal-v8
- Owner: fukaoi
- License: mit
- Created: 2018-11-15T14:13:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T06:42:17.000Z (over 7 years ago)
- Last Synced: 2025-03-29T15:12:03.941Z (about 1 year ago)
- Topics: crstal-lang, crystal, javascript, v8
- Language: C++
- Homepage:
- Size: 13.6 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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