1.0.8 • Published 11 months ago

xpath-to-css-template-string-tag v1.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
11 months ago

xpath-to-css-template-string-tag

node version npm version downloads count size license github-ci

🔨 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

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

2 years ago

1.0.1

7 years ago

1.0.0

7 years ago