Skip to content
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

Improve Module API docs & example #26637

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Nov 24, 2023


This change is marked as an internal change (Task), so will not be included in the changelog.

Signed-off-by: Michael Telatynski <[email protected]>
@t3chguy t3chguy added the T-Task Tasks for the team like planning label Nov 24, 2023
@t3chguy t3chguy requested a review from a team as a code owner November 24, 2023 10:42
@t3chguy t3chguy self-assigned this Nov 24, 2023
# An example of pulling a module from github
- "github:vector-im/element-web-ilag-module#main"
# An example of pulling a module from local filesystem during development
- "file:/home/user/development/element-web-ilag-module"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to mention here that you'll have to build it yourself in the folder?

Copy link
Member Author

@t3chguy t3chguy Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That depends on your module though, if your module is JS then you don't need to build, nowhere do we state that we build your module for any dependency type, when installing an npm dependency it may or may not be built depending on what the lifecycle scripts do. So this could cause more confusion than good IMO

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I see. 👍

@t3chguy t3chguy enabled auto-merge (squash) November 24, 2023 10:51
@t3chguy t3chguy merged commit 4c18292 into develop Nov 28, 2023
31 checks passed
@t3chguy t3chguy deleted the t3chguy/module-system-git-docs branch November 28, 2023 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants