Skip to content

Command Line Law - Contract management for developers | lawyers

License

Notifications You must be signed in to change notification settings

CoinCulture/claw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claw - Command Line Law

Install

go get github.com/CoinCulture/claw
dep ensure

You will also need pandoc and xelatex to output pdfs. On Ubuntu:

sudo apt-get install pandoc

# this one's big
sudo apt-get install texlive-xetex

Run

# initiate a new contract
claw new john examples/templates/consultant.md

# change to the newly created directory
cd john

# edit the params
vim params.toml

# save your revisions to the hash log
claw revise

# compile the markdown and output a final pdf using pandoc
claw compile --output pdf

Releases

No releases published

Packages

No packages published