maogo / clauses

useful open source legal clauses for coding consultants or employees to put in their contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

useful open source legal clauses for coding consultants or employees to put in their contracts


Languages

Language:Ruby 94.7%Language:CSS 5.3%