Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/customcommander/citegen

CSL-compliant Citation & Bibliography Processor Generator
https://github.com/customcommander/citegen

bibliography citation-style-language citation-styles citations

Last synced: 19 days ago
JSON representation

CSL-compliant Citation & Bibliography Processor Generator

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/customcommander/citegen.svg?branch=master)](https://travis-ci.org/customcommander/citegen)

# 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/
npm pack && tar -xvzf *.tgz && rm -rf package *.tgz
```