Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.5 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.5 KB

Clauses

A collection of useful legal clauses for coding consultants or employees to put into their contracts. Written and/or solicited by Alex Chaffee. Available at https://github.com/alexch/clauses.

Disclaimer: I AM NOT A LAWYER. You should run all this by your own legal counsel.

Setup

MacOS:

brew install caskroom/cask/wkhtmltopdf
bundle install

Automatic contract generation

  1. write a contract using Markdown
  2. use {{mustache}} inside your document's body
  3. set variables in your document's header (a bunch of name:value lines, terminated with a blank line)
  4. run them through process.rb like this:

./process.rb contract.md

and like magic, a PDF version will appear!

License

CC0
To the extent possible under law, Alexander D. Chaffee has waived all copyright and related or neighboring rights to Clauses.

Similar Projects