-
Notifications
You must be signed in to change notification settings - Fork 118
Closed
Description
Hi!
This might seem superficial at first glance, but given that end users may end up using examples / typical module templates the most, it might be worth some extra thought on their organization.
Two initial thoughts:
- Consider a separate module folder. Given that many CI/CD solutions like you to dump configuration files in the root of a repo, IMHO it would be a better practice to have an independent YourModuleName folder under the root folder, specifically for module content.
- Tests are awesome to have available, but IMHO should not be included with a typical download. It might be handy to leave these outside of the aforementioned YourModuleName subfolder, and have a Tests folder in the root. This way you could still distribute tests via github, without packaging them up, or having to write logic to avoid packaging them up.
Those are the biggest that stand out - love the idea of the tool, thanks for putting this together!
Cheers!
ngetchell and devblackops
Metadata
Metadata
Assignees
Labels
No labels