Import List is an open-source extension for Moneydance monitoring a given directory for transaction files to import. For more information on where to download and how to install the extension please visit the project page.
git clone git@github.com:my-flow/importlist.git
creates a copy of the
repository../gradlew assemble
produces the distributables../gradlew genKeys
generates a passphrase-protected key pair../gradlew sign
signs the extension.After the build process has succeeded, the resulting MXT files are located in
target2015/build
.
These MXT files can be added to Moneydance.
The project consists of the following main projects:
target2015
contains source code specific to Moneydance 2015 and later.core
contains common source code.Support projects provide test infrastructure and test cases:
target2015-test
contains tests of the target2015 project.core-test
contains tests of the core project.Import List is released under the GNU General Public License.