xpath-to-css-template-string-tag

1.0.2 • Public • Published

xpath-to-css-template-string-tag

npm version downloads count

🔨 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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i xpath-to-css-template-string-tag

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

2.43 kB

Total Files

3

Last publish

Collaborators

  • piecioshka