Convert spreadsheet data to web content
composer install
./bin/appizy convert examples/demo-appizy.ods
Start by building the Docker image:
# In ./bin/docker
docker build -t appizy-cli .
Run Appizy in the container with:
docker run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp appizy-cli ./bin/appizy convert examples/demo-appizy.ods
or directly using the shell script that encapsulate this command:
./bin/docker/convert.sh examples/demo-appizy.ods
Run unit tests inside the Docker container.
./bin/docker/phpunit.sh