├── README.org ├── deps.edn ├── project.clj ├── src └── depify │ └── project.clj └── test └── depify ├── lein_pprint_cljs_devtools.clj ├── lein_pprint_cljs_devtools_keys.clj ├── pedestal_project.clj ├── project_test.clj └── sample_project.clj /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hagmonk/depify/HEAD/README.org -------------------------------------------------------------------------------- /deps.edn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hagmonk/depify/HEAD/deps.edn -------------------------------------------------------------------------------- /project.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hagmonk/depify/HEAD/project.clj -------------------------------------------------------------------------------- /src/depify/project.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hagmonk/depify/HEAD/src/depify/project.clj -------------------------------------------------------------------------------- /test/depify/lein_pprint_cljs_devtools.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hagmonk/depify/HEAD/test/depify/lein_pprint_cljs_devtools.clj -------------------------------------------------------------------------------- /test/depify/lein_pprint_cljs_devtools_keys.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hagmonk/depify/HEAD/test/depify/lein_pprint_cljs_devtools_keys.clj -------------------------------------------------------------------------------- /test/depify/pedestal_project.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hagmonk/depify/HEAD/test/depify/pedestal_project.clj -------------------------------------------------------------------------------- /test/depify/project_test.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hagmonk/depify/HEAD/test/depify/project_test.clj -------------------------------------------------------------------------------- /test/depify/sample_project.clj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hagmonk/depify/HEAD/test/depify/sample_project.clj --------------------------------------------------------------------------------