Skip to content

Instantly share code, notes, and snippets.

@leilee
Last active November 27, 2018 04:42
Show Gist options
  • Save leilee/ec9a459b3de307015d50559841b99b17 to your computer and use it in GitHub Desktop.
Save leilee/ec9a459b3de307015d50559841b99b17 to your computer and use it in GitHub Desktop.
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