Install @parsify/hello
using Parsify Desktop - see the guide.
hello | hello, world!
# With UPPER_CASE env variable |
hello | HELLO, WORLD!
# Creates a `toUpperCase` function |
toUpperCase("foo") | FOO
MIT