microsoft / microsoft/fluentui
feat(tools): implement `remove` generator
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 20.3k
- Forks
- 2.9k
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 46
Description
Describe the issue:
Actual behavior:
When we remove project, it happens manually which might leave unnecessary churn behind:
Expected behavior:
one can execute yarn workspace-generator remove <project-name> and remove with confidence.
Should be build upon https://nx.dev/packages/workspace/generators/remove with extended funcitonality:
- get rid of changefiles
- remove from CODEOWNERS file
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the yarn workspace-generator remove <project-name> entry point and compare its intended behavior with the Nx workspace remove generator. Verify how project changefiles and CODEOWNERS entries are represented, then consider the work done when the command removes the project and both sources of leftover metadata without manual cleanup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100