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

v4.0.0

Compare
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