CrystalScript

Version, currently master branch1 version
  • master branchlatestMay 17, 2019

github.com/zlotnleo/CrystalScript

Crystal to JavaScript compiler

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  CrystalScript:
    github: zlotnleo/CrystalScript
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.27.0
License
MIT
Author
zlotnleo
Target
  • CrystalScript from src/CrystalScript.cr

Dependencies

Runtime Dependencies

  • crustache*github: MakeNowJust/crustache

README

CrystalScript

CircleCI

TODO: Write a description here

Installation

TODO: Write installation instructions here

Usage

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Weird Thing

On both travis and locally, the VERSION file is missing from the crystal's install location. The shell script "create_VERSION.sh" does that. This file is necessary when require "compiler/crystal/**" appears in code (which is does).

Contributing

  1. Fork it (https://github.com/zlotnleo/CrystalScript/fork)
  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