xpath-to-css-template-string-tag

1.0.8 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.84latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.84
1.0.73
1.0.62
1.0.52
1.0.43
1.0.32
1.0.22
1.0.12
1.0.02

Package Sidebar

Install

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

Weekly Downloads

22

Version

1.0.8

License

MIT

Unpacked Size

3.09 kB

Total Files

3

Last publish

Collaborators

  • piecioshka