{"id":20821368,"url":"https://github.com/hexancore/nx","last_synced_at":"2026-02-25T02:33:38.119Z","repository":{"id":240418826,"uuid":"802576281","full_name":"hexancore/nx","owner":"hexancore","description":"Hexancore Nx integration plugin","archived":false,"fork":false,"pushed_at":"2024-06-29T12:46:10.000Z","size":388,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-17T06:57:52.068Z","etag":null,"topics":["hexancore","nx"],"latest_commit_sha":null,"homepage":"https://hexancore.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hexancore.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-18T17:24:23.000Z","updated_at":"2024-06-29T12:44:24.000Z","dependencies_parsed_at":"2024-05-18T18:45:30.414Z","dependency_job_id":"44667fac-d776-4dcd-a65f-dbdae6095bb6","html_url":"https://github.com/hexancore/nx","commit_stats":null,"previous_names":["hexancore/nx"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hexancore/nx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexancore%2Fnx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexancore%2Fnx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexancore%2Fnx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexancore%2Fnx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hexancore","download_url":"https://codeload.github.com/hexancore/nx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hexancore%2Fnx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29809086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"online","status_checked_at":"2026-02-25T02:00:07.329Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hexancore","nx"],"created_at":"2024-11-17T22:12:02.625Z","updated_at":"2026-02-25T02:33:38.086Z","avatar_url":"https://github.com/hexancore.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://hexancore.dev/\" target=\"blank\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/113235766?s=200\u0026v=4\" width=\"120\" alt=\"Hexancore Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eHexancore\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003ci\u003eFull-Stack TypeScript Framework for building epic \u003cb\u003eHexArch\u003c/b\u003e designed applications.\u003c/i\u003e\u003c/p\u003e\n\u003ch2 align=\"center\"\u003ePackage: Nx\u003c/h2\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@hexancore/nx\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/@hexancore/nx.svg\" alt=\"NPM Version\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/@hexancore/nx\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/@hexancore/nx.svg\" alt=\"NPM Downloads\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Description\n\nThis package includes plugin for Nx tailored for the Hexancore framework.\nIt enables developers to seamlessly integrate and manage Hexancore projects within the Nx ecosystem, leveraging advanced monorepo tools and streamlined code organization. \n\nThe plugin offers a set of commands and schematics that simplify the creation, configuration, and building of Hexancore applications while ensuring full compatibility with Nx tools. \nPerfect for teams looking to combine the flexibility of Hexancore with the powerful features of Nx.\n\n## Quick Start\n\n```bash\nnpx create-nx-workspace \u003cworkspace-name\u003e --pm pnpm --preset @hexancore/nx --nxCloud skip --workspaceType integrated\n```\n\n## Documentation\n\n### Generators\n\n#### app\nCreates new application.\n\n```bash\nnx g @hexancore/nx:app \u003cdirectory\u003e --type \u003cbackend|frontend\u003e\n```\n\n**Options**\n- **directory** - Application directory, final: `apps/\u003cdirectory\u003e` and project name will be `app-\u003cdirectory where all '/' replaced with '-'\u003e`\n\n- **type** - Application type\n  - backend\n  - frontend\n\n#### lib\n\nCreates new library.\n\n```bash\nnx g @hexancore/nx:lib \u003cdirectory\u003e --type \u003cbackend|frontend|shared\u003e\n```\n\n**Options**\n- **directory** - Library directory, final: `libs/\u003cdirectory\u003e` and project name will be `\u003cdirectory where all '/' replaced with '-'\u003e`\n\n- **type** - Library type\n  - backend\n  - frontend\n  - shared\n\n**More**\nhttps://hexancore.dev\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexancore%2Fnx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhexancore%2Fnx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhexancore%2Fnx/lists"}