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: 8 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T21:44:02.000Z (over 3 years ago)
- Last Synced: 2025-02-15T10:30:01.689Z (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
[](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
```