Skip to content

Command Line Law - Contract management for developers | lawyers

License

Notifications You must be signed in to change notification settings

joshkestenberg/claw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claw - Command Line Law

Install

go get github.com/CoinCulture/claw

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

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

# change into the newly generated 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

About

Command Line Law - Contract management for developers | lawyers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%