Skip to content

Instantly share code, notes, and snippets.

@excenter
Last active June 20, 2018 21:00
Show Gist options
  • Save excenter/ac3025b4e3f9a18292244b7bcc4c5318 to your computer and use it in GitHub Desktop.
Save excenter/ac3025b4e3f9a18292244b7bcc4c5318 to your computer and use it in GitHub Desktop.
example string templating in node
console.log(`into ${dir}/${repo}`);
command = `
cd ${__dirname};
cd ${dir};
git clone ${url};
cd ${repo}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment