{"id":21590973,"url":"https://github.com/toolsplus/nx-forge-examples","last_synced_at":"2025-10-27T09:39:04.816Z","repository":{"id":225789561,"uuid":"766773612","full_name":"toolsplus/nx-forge-examples","owner":"toolsplus","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-13T04:50:00.000Z","size":1152,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T05:27:43.573Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/toolsplus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-03-04T05:11:07.000Z","updated_at":"2025-02-13T04:50:04.000Z","dependencies_parsed_at":"2025-02-05T10:21:15.338Z","dependency_job_id":"ea6a8822-79c3-4960-9d1f-1f0fb967f8f6","html_url":"https://github.com/toolsplus/nx-forge-examples","commit_stats":null,"previous_names":["toolsplus/nx-forge-examples"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolsplus%2Fnx-forge-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolsplus%2Fnx-forge-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolsplus%2Fnx-forge-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toolsplus%2Fnx-forge-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toolsplus","download_url":"https://codeload.github.com/toolsplus/nx-forge-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244198406,"owners_count":20414443,"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-24T16:21:27.059Z","updated_at":"2025-10-27T09:39:04.756Z","avatar_url":"https://github.com/toolsplus.png","language":"TypeScript","readme":"# Nx Forge Examples\n\n[![CI](https://github.com/toolsplus/nx-forge-examples/actions/workflows/ci-main.yml/badge.svg)](https://github.com/toolsplus/nx-forge-examples/actions/workflows/ci-main.yml)\n\nThis repository contains example [Nx Forge](https://github.com/toolsplus/nx-forge) setups with different tooling.\n\n## General setup\n\nThis workspace is a standard Nx workspace. However, some default configurations in [the `nx.json`](https://nx.dev/reference/nx-json#nxjson) worth mentioning:\n\n### Package executor\n\nWe define a default `package` target configuration in the `nx.json` \u003e `targetDefaults.package` that defines that the package target depends on the build target, i.e. before running the package target the build target has to complete.\n\nTo enable the `package` target on a Forge app project simply add the following `package` target definition to the project's project.json: `\"package\": {}`.\n\n### Forge executor\n\nThe plugin adds an inferred `forge` executor target to all projects it detects as Forge apps (projects that contain a manifest.yml). This allows you to run arbitrary Forge CLI commands for any Forge app.\n\nTo run any Forge CLI command for a Forge app project run:\n\n```shell\nnx forge \u003cmy-forge-app\u003e variables list\n```\n\n## Running tasks\n\nTo execute tasks with Nx use the following syntax:\n\n```\nnx \u003ctarget\u003e \u003cproject\u003e \u003c...options\u003e\n```\n\nYou can also run multiple targets:\n\n```\nnx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e\n```\n\n..or add `-p` to filter specific projects\n\n```\nnx run-many -t \u003ctarget1\u003e \u003ctarget2\u003e -p \u003cproj1\u003e \u003cproj2\u003e\n```\n\nTargets can be defined in the `package.json` or `projects.json`. Learn more [in the docs](https://nx.dev/core-features/run-tasks).\n\n## Explore the Project Graph\nRun `nx graph` to show the graph of the workspace.\nIt will show tasks that you can run with Nx.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolsplus%2Fnx-forge-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoolsplus%2Fnx-forge-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoolsplus%2Fnx-forge-examples/lists"}