Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 551 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 551 Bytes

Contributing

The same guidelines as in cryogen-core apply here.

Testing

Clone the repo locally and switch to the branch you want to try. Then (if using clj-new):

clojure -Sdeps '{:deps {c/c {:local/root "/path/to/cryogen"}}}' -Tclj-new create :template cryogen :name myname/myblog :force true

Or, if using deps-new:

clojure -Sdeps '{:deps {c/c {:local/root "/path/to/cryogen"}}}' -Tnew :template cryogen :name myname/myblog