Skip to content

CSL-compliant Citation & Bibliography Processor Generator

License

Notifications You must be signed in to change notification settings

customcommander/citegen

Repository files navigation

Build Status

citegen

Development

Make Description
make build-docker Builds the Docker image
make start-docker Runs a Docker container
make stop-docker Stops the Docker container
make test Runs unit tests across packages

Useful Tips

  1. See what files will be packaged:

    cd packages/<package name>
    npm pack && tar -xvzf *.tgz && rm -rf package *.tgz