/cmr-exchange/dev-env-manager/README.md

https://github.com/nasa/Common-Metadata-Repository · Markdown · 67 lines · 41 code · 26 blank · 0 comment · 0 complexity · 23db1c718109e78c09910095adcfe8d7 MD5 · raw file

  1. # cmr.dev.env.manager
  2. [![Build Status][travis-badge]][travis]
  3. [![Clojars Project][clojars-badge]][clojars]
  4. [![Tag][tag-badge]][tag]
  5. [![Clojure version][clojure-v]](project.clj)
  6. [![][logo]][logo-large]
  7. *An Alternate Development Environment Manager for the CMR*
  8. ## Setup
  9. To get up and running, see the documentation's [instructions for setup][setup].
  10. ## Usage
  11. It's always nice to see some actual usage in the README, so here are some quick
  12. teasers:
  13. ```clj
  14. [cmr.dev.env.manager.repl] λ=> (startup)
  15. ```
  16. For more details, be sure to see the [usage section][usage] of the docs!
  17. ## Documentation
  18. [Guides and API docs are here][docs].
  19. ## Architecture Overview
  20. [View docs][arch-overview].
  21. ## Background
  22. For information on what problem this project attempts to define and how it was
  23. originally planned, see the [background info][background-info].
  24. ## License
  25. Apache License, Version 2.0.
  26. <!-- Named page links below: /-->
  27. [travis]: https://travis-ci.org/cmr-exchange/dev-env-manager
  28. [travis-badge]: https://travis-ci.org/cmr-exchange/dev-env-manager.png?branch=master
  29. [logo]: resources/images/cmr-dev-env-mgr.png
  30. [logo-large]: resources/images/cmr-dev-env-mgr-large.png
  31. [tag-badge]: https://img.shields.io/github/tag/cmr-exchange/dev-env-manager.svg
  32. [tag]: https://github.com/cmr-exchange/dev-env-manager/tags
  33. [clojure-v]: https://img.shields.io/badge/clojure-1.8.0-blue.svg
  34. [jdk-v]: https://img.shields.io/badge/jdk-1.7+-blue.svg
  35. [clojars]: https://clojars.org/gov.nasa.earthdata/cmr-dev-env-manager
  36. [clojars-badge]: https://img.shields.io/clojars/v/gov.nasa.earthdata/cmr-dev-env-manager.svg
  37. [docs]: https://cmr-exchange.github.io/dev-env-manager/
  38. [arch-overview]: https://cmr-exchange.github.io/dev-env-manager/current/1000-architecture.html
  39. [background-info]: https://cmr-exchange.github.io/dev-env-manager/current/0000-background.html
  40. [setup]: https://cmr-exchange.github.io/dev-env-manager/current/2000-setup.html
  41. [usage]: https://cmr-exchange.github.io/dev-env-manager/current/3000-usage.html