Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/customcommander/citegen
- Owner: customcommander
- License: mit
- Created: 2018-01-07T13:17:27.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T21:44:02.000Z (about 2 years ago)
- Last Synced: 2023-08-04T13:45:37.079Z (over 1 year ago)
- Topics: bibliography, citation-style-language, citation-styles, citations
- Language: JavaScript
- Homepage:
- Size: 771 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```