Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freerange/contracts
Standard contracts that we use
https://github.com/freerange/contracts
Last synced: 4 days ago
JSON representation
Standard contracts that we use
- Host: GitHub
- URL: https://github.com/freerange/contracts
- Owner: freerange
- License: mit
- Created: 2018-05-25T11:41:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T11:27:16.000Z (3 months ago)
- Last Synced: 2024-10-29T13:17:11.162Z (15 days ago)
- Size: 193 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contracts
Standard contracts that we use.
## Markdown to PDF
We've used the [markdown-pdf][] Atom editor package to convert the Markdown documents to PDF.
From the command line it's also possible to use pandoc and xelatex
```
# Install with Homebrew
brew install pandoc basictex# Install with apt
sudo apt install -y pandoc texlive-xetex# Convert markdown to PDF
pandoc src/standard-14days.md --pdf-engine=xelatex -o contract.pdf
```[markdown-pdf]: https://atom.io/packages/markdown-pdf