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

YAML support #26

Closed
yvern opened this issue Dec 10, 2020 · 3 comments
Closed

YAML support #26

yvern opened this issue Dec 10, 2020 · 3 comments

Comments

@yvern
Copy link
Contributor

yvern commented Dec 10, 2020

With the ubiquity of YAML format, it would be useful to have a direct support for it from the cli.

I have started an experiment on a fork, which seems to work fine, but it could use some further development.

@djblue
Copy link
Owner

djblue commented Dec 10, 2020

Hi @yvendruscolo, I think adding YAML support is a great idea! I do think we should prefer clj-yaml since it would make babashka support trivial.

Also, I think it should be optional support, so we should expect users to include clj-yaml in their deps instead of mandating it for all users. Using resolve should help do the trick.

@yvern
Copy link
Contributor Author

yvern commented Dec 11, 2020

great idea, will check it out!

@yvern yvern mentioned this issue Dec 11, 2020
@djblue
Copy link
Owner

djblue commented Dec 12, 2020

Released as part of 0.7.0

@djblue djblue closed this as completed Dec 12, 2020
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

No branches or pull requests

2 participants