Skip to content

customcommander/csl-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSL Dev

This Docker image contains:

Prerequisites

  1. You must have Docker installed on your machine.

  2. You must build the Docker image first:

    cd /path/to/csl-dev
    docker build -t customcommander/csl-dev .
    

How to validate a CSL file?

cd /path/to/csl-dev
./validate-csl.sh /path/to/my/style.csl

Note: if the CSL file is valid nothing will be printed out.