From 5d015f4c05474c6e9e8e58e6b0cc64d69d0e70bd Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 18 Apr 2021 03:20:17 +0200 Subject: Add README --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c787611 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +formurapid +========== + +Fill in a PDF form using a text file. Formurapid generates a TOML file that can +be used to fill in fields in the PDF. Take a look at the [example directory] for +a practical illustration. + + +## Install +On Mac OS X, Formurapid can be installed with Homebrew: + + $ brew install teddywing/formulae/formurapid + +To compile from source or install on other platforms: + + $ cargo install --git https://github.com/teddywing/formurapid.git + + +## Uninstall + + $ cargo uninstall formurapid + + +## License +Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). + + +[example directory]: ./example/ -- cgit v1.2.3