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

feat: support keywords in npm installer #228

Merged
merged 2 commits into from
Apr 25, 2023
Merged

feat: support keywords in npm installer #228

merged 2 commits into from
Apr 25, 2023

Conversation

shadows-withal
Copy link
Contributor

Closes #220. I hope I caught all the necessary places keywords needed to be shoehorned in? It looks right to me.

pub app_homepage_url: Option<String>,
/// A list of the app's keywords
pub app_keywords: Option<Vec<String>>,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't even think adding this to the DistGraph was necessary, but I figured it'd be good future-proofing in case we mess around with stuff outside of npm

Copy link
Member

Choose a reason for hiding this comment

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

Yep this is perfect.

Copy link
Member

@Gankra Gankra left a comment

Choose a reason for hiding this comment

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

perfect!

pub app_homepage_url: Option<String>,
/// A list of the app's keywords
pub app_keywords: Option<Vec<String>>,
Copy link
Member

Choose a reason for hiding this comment

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

Yep this is perfect.

@Gankra Gankra merged commit b462742 into main Apr 25, 2023
@Gankra Gankra deleted the feat/keywords branch April 25, 2023 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pipe axoproject "keywords" into npm installer
2 participants