Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

Remove the Python code? #16

Closed
peterbe opened this issue May 9, 2019 · 1 comment
Closed

Remove the Python code? #16

peterbe opened this issue May 9, 2019 · 1 comment

Comments

@peterbe
Copy link
Contributor

peterbe commented May 9, 2019

In #14 we're developing the first cli tool that can be used to turn the .md and .yaml files into .json files.

The next natural thing to do, especially from a kuma perspective, is to now glob for all these .json files and one by one, do a lookup of its recipe and then do something with that. E.g. extract the bits it needs to turn it into kuma content.

So what else do we need Python for. Today, the only entrypoint I see is the validate.py script.

Regarding #14 @wbamberg mentioned that that script assumes that the integrity of all the core content (e.g. .md and .yaml files) is perfect. And I think that's right.

I would be open to rewriting validate.py to validate.js and reduce this whole project to become a 100% Node project.

@wbamberg
Copy link

Yes, I think this is a good suggestion.

wbamberg pushed a commit that referenced this issue May 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants