What problem does it solve?
This Skill automates the setup and integration of Nx workspaces and repositories, streamlining the process of importing projects, and handling various technical aspects of the software delivery lifecycle.
Core Features & Use Cases
- Repository Import: Automatically imports repositories into an Nx workspace, handling subdirectory and whole-repo scenarios.
- Configuration Management: Handles configuration files such as
pnpm-workspace.yaml, nx.json, and package.json during the import process.
- Integration with Issue Trackers: Integrates with issue trackers like Jira/GitHub, closing the loop back to the original ticket.
- Use Case: If you have a monorepo with multiple projects and want to use Nx for organizing and managing them, this Skill can automate the process of bringing your existing projects into the Nx workspace.
Quick Start
Use the nx-import skill to import your repository into the Nx workspace:
nx import <source> <target> --source=.