/appizy

Convert spreadsheet data into web content

Primary LanguagePHP

Appizy

Build Status

Convert spreadsheet data to web content

Setup

composer install

Run

Locally

./bin/appizy convert examples/demo-appizy.ods

In a Docker container

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

Test

PHPUnit

Run unit tests inside the Docker container.

./bin/docker/phpunit.sh

Javascript assets

# in ./assets/js
karma start