• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

templatize-string

An additive string to ES6 template string converter.
Maxobat
0.2.2 101
0
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Templatize

Convert additive strings to ES6 template strings.

Example

    'this ' + 'is ' + 'a ' + 'string. ' + testVariable + (testVariable ? 'foo' : 'bar')

Compiles to

    `this is a string. ${testVariable}${(testVariable ? 'foo' : 'bar')}`

Activation Methods

Keyboard Shortcut

cmd-alt-shift-T

Context Menu

"ES6 Template String"

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by