Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

v4.0.0

Choose a tag to compare

@hcodes hcodes released this 09 Sep 08:49
· 208 commits to master since this release
  • Add --init CLI option #77
  • Add --stdin and --stdin-filename CLI options #76

Before:
echo "Hello, world!" | yaspeller

After:
echo "Hello, world!" | yaspeller --stdin
or
echo "Hello, world!" | yaspeller --stdin --stdin-filename hello.txt