ts-node
popularTypeScript execution environment and REPL for node.js, with source map support
Updated by @blakeembrey
change-case
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and others
Updated by @blakeembrey
camel-case
Transform into a string with the separator denoted by the next word capitalized
Updated by @blakeembrey
snake-case
Transform into a lower case string with underscores between words
Updated by @blakeembrey
javascript-stringify
Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`
Updated by @blakeembrey
constant-case
Transform into upper case string with an underscore between words
Updated by @blakeembrey
onchange
Use glob patterns to watch file sets and run a command when anything is added, changed or deleted.
Updated by @blakeembrey
sentence-case
Transform into a lower case with spaces between words, then capitalize the string
Updated by @blakeembrey