项目作者: customcommander

项目描述 :
CSL-compliant Citation & Bibliography Processor Generator
高级语言: JavaScript
项目地址: git://github.com/customcommander/citegen.git
创建时间: 2018-01-07T13:17:27Z
项目社区:https://github.com/customcommander/citegen

开源协议:MIT License

下载


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:

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