xpath-to-css-template-string-tag 🔨 Convert XPath to Selector as Tagged template literal Installation npm install xpath-to-css-template-string-tag Usage const { x } = require('xpath-to-css-template-string-tag'); x`//div[@id="foo"]` // 'div#foo' Unit tests npm test Code coverage npm run coverage License The MIT License @ 2018