{"id":19745419,"url":"https://github.com/btd/scala-jade","last_synced_at":"2025-02-27T23:47:13.225Z","repository":{"id":66111169,"uuid":"10264657","full_name":"btd/scala-jade","owner":"btd","description":"Almost full port of javascript jade to scala","archived":false,"fork":false,"pushed_at":"2013-05-29T11:00:53.000Z","size":372,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-10T20:45:24.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/btd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-24T10:58:30.000Z","updated_at":"2013-10-11T05:26:45.000Z","dependencies_parsed_at":"2023-02-19T22:45:39.808Z","dependency_job_id":null,"html_url":"https://github.com/btd/scala-jade","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btd%2Fscala-jade","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btd%2Fscala-jade/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btd%2Fscala-jade/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btd%2Fscala-jade/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btd","download_url":"https://codeload.github.com/btd/scala-jade/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241077144,"owners_count":19905725,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T02:08:16.589Z","updated_at":"2025-02-27T23:47:13.200Z","avatar_url":"https://github.com/btd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Scala Jade\n==========\n\nPort of original javascript jade to scala.\n\nIt translate jade file to scala source file that you can invoke in your code as usual scala code.\n\nHow to run and play with it\n===========================\n\nSee `main.scala` how i generate test cases from jade files.\n\nIn short it is:\n\n```scala\nimport com.github.btd.jade._\n\nJade.sourceLoader = new FileSourceLoader(\"basedir\" :: Nil)\n\nval (filename, jadeText) = Jade.sourceLoader.getInput(\"jadefile.jade\")\nprintln(new Compiler(new Parser(jadeText, filename).parse, true).compile)\n```\n\n\nContributing\n============\n \n* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet\n* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it\n* Fork the project\n* Start a feature/bugfix branch\n* Commit and push until you are happy with your contribution (make sensitive changes)\n* Discuss with me, if your changes are big\n* Please try not to mess with the build files, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.\n* By default i suppose that contributor agreed with Apache License and Individual Contributor License Agreement (http://www.apache.org/licenses/icla.txt).\n\nLicense\n=======\n\nCopyright (c) 2013 Denis Bardadym. See LICENSE.txt for further details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtd%2Fscala-jade","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtd%2Fscala-jade","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtd%2Fscala-jade/lists"}