{"id":35196147,"url":"https://github.com/indexzero/spectree","last_synced_at":"2026-05-17T20:34:59.289Z","repository":{"id":308213057,"uuid":"1029435217","full_name":"indexzero/spectree","owner":"indexzero","description":"Textual composibility inspired by fuzzycomputer/spectree with integrations into espanso","archived":false,"fork":false,"pushed_at":"2025-08-04T19:46:12.000Z","size":110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-04T20:58:55.895Z","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/indexzero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2025-07-31T03:50:45.000Z","updated_at":"2025-08-04T19:45:55.000Z","dependencies_parsed_at":"2025-08-04T20:59:00.310Z","dependency_job_id":"70486aef-530b-4101-b8fd-b0fe53ab3acb","html_url":"https://github.com/indexzero/spectree","commit_stats":null,"previous_names":["indexzero/spectree"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/indexzero/spectree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fspectree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fspectree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fspectree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fspectree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indexzero","download_url":"https://codeload.github.com/indexzero/spectree/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indexzero%2Fspectree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33153885,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2025-12-29T07:18:29.525Z","updated_at":"2026-05-17T20:34:59.284Z","avatar_url":"https://github.com/indexzero.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpecTree JavaScript Implementation\n\nA JavaScript implementation of SpecTree - a simple format for composable Markdown trees using `@` references.\n\n## Installation\n\n```sh\n# Install globally\nnpm install -g @spectree/cli\n\n# Or with pnpm\npnpm add -g @spectree/cli\n\n# Or run directly with npx\nnpx @spectree/cli \u003cfile\u003e\n```\n\n## Usage\n\n```sh\n# Resolve @ references in a Markdown file\nspectree input.md\n\n# Output to a file\nspectree input.md -o output.md\n\n# Show help\nspectree --help\n```\n\n## Example\n\nGiven these files:\n\n```markdown\n# main.md\n# My App\n@stack.md\n@design/colors.md\n\n# stack.md\n## Tech Stack\n- Node.js\n- React\n\n# design/colors.md\n## Colors\n- Primary: #007bff\n```\n\nRunning `spectree main.md` outputs:\n\n```markdown\n# My App\n## Tech Stack\n- Node.js\n- React\n## Colors\n- Primary: #007bff\n```\n\n# Inspiration\n\nThis was heavily inspired by [fuzzycomputer/spectree](https://github.com/fuzzycomputer/spectree) and his [writing about it](https://www.fuzzycomputer.com/posts/spectree).\nThe original `README.md` and `README.spec.md` are included in `dev/ref` for reference purposes *(with attribution)*.\n\n## Contributing\n\nPlease see our [Contributing Guide](CONTRIBUTING.md) for details on how to contribute to this project.\n\n## Code of Conduct\n\nThis project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findexzero%2Fspectree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findexzero%2Fspectree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findexzero%2Fspectree/lists"}