Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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