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

Implement CSV ConfigFormatter #487

Merged
merged 3 commits into from
Oct 9, 2024
Merged

Implement CSV ConfigFormatter #487

merged 3 commits into from
Oct 9, 2024

Conversation

ovindu-a
Copy link
Contributor

@ovindu-a ovindu-a commented Oct 6, 2024

Closes #462

I have implemented CSV formatter as requested in the above issue.

"typescript": "^5.6.2",
"zx": "8.1.8"
},
"dependencies": {
"csv-stringify": "6.5.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

this repository acts as a monorepo.
please install this package directly on the relevant internal package that uses it.

Copy link
Contributor Author

@ovindu-a ovindu-a Oct 7, 2024

Choose a reason for hiding this comment

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

@davidmeirlevy this is currently installed in the lib package. By the relevant package do you mean the integrations package that I must move the feat to according the to new version?

Copy link
Contributor

Choose a reason for hiding this comment

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

@ovindu-a i guess @davidmeirlevy ment the @configu/lib package

Copy link
Contributor

@davidmeirlevy davidmeirlevy left a comment

Choose a reason for hiding this comment

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

Thanks for your PR.
please follow the comment I wrote so we will be able to merge it.

Thanks! 👍

@ovindu-a
Copy link
Contributor Author

ovindu-a commented Oct 7, 2024

Sure @davidmeirlevy, I will make the changes as mentioned.

@rannn505
Copy link
Contributor

rannn505 commented Oct 9, 2024

@ovindu-a thanks for the great effort i will merge it an fix the dependency location myself

@rannn505 rannn505 merged commit afcc512 into configu:main Oct 9, 2024
2 checks passed
@ovindu-a
Copy link
Contributor Author

ovindu-a commented Oct 9, 2024

Sure @rannn505, let me know if there are any more issues I can work on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement CSV ConfigFormatter
3 participants