Skip to content

jloads/xpath-to-css-template-string-tag

 
 

Repository files navigation

xpath-to-css-template-string-tag

node version npm version downloads count license

🔨 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

About

🔨 Convert XPath to Selector as Tagged template literal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%