/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
- # cmr.dev.env.manager
- [![Build Status][travis-badge]][travis]
- [![Clojars Project][clojars-badge]][clojars]
- [![Tag][tag-badge]][tag]
- [![Clojure version][clojure-v]](project.clj)
- [![][logo]][logo-large]
- *An Alternate Development Environment Manager for the CMR*
- ## Setup
- To get up and running, see the documentation's [instructions for setup][setup].
- ## Usage
- It's always nice to see some actual usage in the README, so here are some quick
- teasers:
- ```clj
- [cmr.dev.env.manager.repl] λ=> (startup)
- ```
- For more details, be sure to see the [usage section][usage] of the docs!
- ## Documentation
- [Guides and API docs are here][docs].
- ## Architecture Overview
- [View docs][arch-overview].
- ## Background
- For information on what problem this project attempts to define and how it was
- originally planned, see the [background info][background-info].
- ## License
- Apache License, Version 2.0.
- <!-- Named page links below: /-->
- [travis]: https://travis-ci.org/cmr-exchange/dev-env-manager
- [travis-badge]: https://travis-ci.org/cmr-exchange/dev-env-manager.png?branch=master
- [logo]: resources/images/cmr-dev-env-mgr.png
- [logo-large]: resources/images/cmr-dev-env-mgr-large.png
- [tag-badge]: https://img.shields.io/github/tag/cmr-exchange/dev-env-manager.svg
- [tag]: https://github.com/cmr-exchange/dev-env-manager/tags
- [clojure-v]: https://img.shields.io/badge/clojure-1.8.0-blue.svg
- [jdk-v]: https://img.shields.io/badge/jdk-1.7+-blue.svg
- [clojars]: https://clojars.org/gov.nasa.earthdata/cmr-dev-env-manager
- [clojars-badge]: https://img.shields.io/clojars/v/gov.nasa.earthdata/cmr-dev-env-manager.svg
- [docs]: https://cmr-exchange.github.io/dev-env-manager/
- [arch-overview]: https://cmr-exchange.github.io/dev-env-manager/current/1000-architecture.html
- [background-info]: https://cmr-exchange.github.io/dev-env-manager/current/0000-background.html
- [setup]: https://cmr-exchange.github.io/dev-env-manager/current/2000-setup.html
- [usage]: https://cmr-exchange.github.io/dev-env-manager/current/3000-usage.html