Last active
November 27, 2018 04:42
-
-
Save leilee/ec9a459b3de307015d50559841b99b17 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var children2ProjectXML = (projects) => { | |
return projects.map(p => { | |
return "<project path=\"" + p.relative_path + "\" name=\"" + p.relative_path + "\" groups=\"" + p.relative_path.split("/")[1] + "\" />" | |
}) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment