{"id":20032256,"url":"https://github.com/weakish/teant","last_synced_at":"2026-03-04T09:02:56.163Z","repository":{"id":146349809,"uuid":"98003853","full_name":"weakish/teant","owner":"weakish","description":"teant","archived":false,"fork":false,"pushed_at":"2017-07-22T03:23:46.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T05:28:22.566Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ceylon","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weakish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-22T03:20:18.000Z","updated_at":"2022-09-06T13:14:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"0bc88499-998c-40e9-8ac9-5fe0a94fc29e","html_url":"https://github.com/weakish/teant","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weakish/teant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fteant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fteant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fteant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fteant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weakish","download_url":"https://codeload.github.com/weakish/teant/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weakish%2Fteant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30076935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-13T09:36:29.051Z","updated_at":"2026-03-04T09:02:56.148Z","avatar_url":"https://github.com/weakish.png","language":"Ceylon","funding_links":[],"categories":[],"sub_categories":[],"readme":"teant\n=====\n\nI wrote teant to avoid writing Makefile for Ceylon projects.\n\nInstall\n-------\n\nClone this repository:\n\n    git clone https://github.com/weakish/teant.git\n    cd teant\n\nTo install teant to `~/bin` with teant:\n\n    teant install\n\nTo install teant without teant:\n\n    ceylon compile\n    ceylon fat-jar $(ceylon version)\n    # on unix\n    mv io.github.weakish.teant-0.0.0.jar ~/bin/\n    echo '#!/bin/sh' \u003e ~/bin/teant\n    echo 'java -jar ~/bin/io.github.weakish.teant-0.0.0.jar \"$@\"' \u003e\u003e ~/bin/teant\n    # on windows\n    mv io.github.weakish.teant-0.0.0.jar %HOME%\\bin\n    echo '@echo off' \u003e %HOME%\\bin\\teant.bat\n    echo 'java -jar %HOME%\\io.github.weakish.teant-0.0.0.jar %*' \u003e\u003e %HOME%\\bin\\teant.bat\n    \n### Uninstall\n\n#### On Unix\n\n    cd teant\n    teant uninstall\n    \n#### On Windows\n    \n    del %HOME%\\bin\\io.github.weakish.teant-0.0.0.jar\n    del %HOME%\\bin\\teant.bat\n    \nUsage\n-----\n\n    teant help\n\nDoc\n---\n\n\u003chttps://weakish.github.io/teant/api/\u003e\n\nNaming\n------\n\nThe name comes from tea (Ceylon) and ant (Java build tool).\n\nLicense\n-------\n\n0BSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweakish%2Fteant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweakish%2Fteant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweakish%2Fteant/lists"}