Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 512 Bytes

File metadata and controls

18 lines (14 loc) · 512 Bytes

replica utils

This directory contains various files that can ease the integration of replica in your project.

  • _replica zsh completion for replica. In your `.zshrc``

    1. Add the location of _replica to $fpath
    2. If not added yet, add:
    autoload -U compinit
    compinit
  • .gitignore provides the baseline to ignore replica internals in your gi project.

  • Makefile provides a target for dhall to json transformation.