-
Notifications
You must be signed in to change notification settings - Fork 10
Converter to go from TAML to YAML #42 #81
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
base: main
Are you sure you want to change the base?
Conversation
This looks interesting.. I'm taking a look today on stream. Perhaps this becomes part of a larger TAML Command-line utility app |
@cgleadall - can you merge the current solution file, and let's set this up as a starting point for a TamlCli that performs the various documentation format shifting and document manipulation |
Last item: let's get this unit test project included in the GitHub action for .NET code |
update from csharpfritz's repo
@csharpfritz I have made a mess of my history pulling in the latest from your repo :)
As for the TAML CLI - I see issue #69 |
Here is a simple StringBuilder implementation of TAML to YAML.
I would like some help to resolve the merge conflicts, as my fork was taken before the most recent changes. Can I merge across repos?
Changes:
Added 3 projects to a folder called:
Yaml.Writer.Taml.NET
Console.WriteLine
the YAML equivalent.Please let me know what I can do next.