-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(devx): Developer.md
discovery system
#81
base: feat/devx
Are you sure you want to change the base?
Conversation
So, for this feature, you'll want to tie into the existing project discovery mechanism.
Those should be the components you need for the devx command. Bear in mind that a lot of this logic already has unit tests. So you'll need to modify them with any logic you add. This necessarily means you'll need to make sure you keep the existing code testable. If you have any questions about that, let me know. What I would propose is:
|
This feature makes
devx
to discover allDeveloper.md
files with a project.