#!/usr/bin/env bash

grep '(defproject {{raw-name}}' project.clj | sed -E 's/.+"(.+)"/\1/g'
