Sha256: 206822f18474fd94050f152899fb079042b2e86c56ffbb7e82e9fc702796f7e3
Contents?: true
Size: 1.11 KB
Versions: 2
Compression:
Stored size: 1.11 KB
Contents
# Plate [](https://circleci.com/gh/tnantoka/plate) [](https://codeclimate.com/github/tnantoka/plate) [](https://codeclimate.com/github/tnantoka/plate/coverage) A little language to create one page websites. ## Installation ``` $ gem install plate-lang ``` ## Usage ``` $ plate ``` ## Development ### Example ``` $ bundle exec plate compile test/fixtures/src/hello.plt $ open plate/index.html ``` ### Test ``` $ bundle exec rake $ bundle exec rake TEST=test/lexer_test.rb ``` ### Github Pages #### Examples ``` # Install a font: skeleton/vendor/font-awesome/fonts/fontawesome-webfont.ttf $ bundle exec rake examples ``` #### Build ``` $ bundle exec plate compile website -o . ``` ## Acknowledgements This is my first lang with an awesome e-book "[Create Your Own Programming Language](http://createyourproglang.com/)". ## License MIT ## Author [@tnantoka](https://twitter.com/tnantoka)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
plate-lang-0.1.1 | README.md |
plate-lang-0.1.0 | README.md |