An open API service indexing awesome lists of open source software.

https://github.com/roman01la/atom-cljs-doc

ClojureScript core library documentation viewer for Atom
https://github.com/roman01la/atom-cljs-doc

atom atom-cljs-doc clojurescript

Last synced: 20 days ago
JSON representation

ClojureScript core library documentation viewer for Atom

Awesome Lists containing this project

README

        

# atom-cljs-doc package

*ClojureScript core library documentation viewer for Atom*

![atom-cljs-doc usage example gif](https://raw.githubusercontent.com/roman01la/atom-cljs-doc/master/example.gif)

## Installation

Search package installer for `atom-cljs-doc` or use the command line:

```
apm install atom-cljs-doc
```

## Usage

1. Open `.clj`, `.cljs` or `.cljc` file
2. Place text cursor into a form, e.g. `if`
3. Notice a button to the right in a status bar, e.g. `(doc if)`
4. Press it
5. A notification with a doc string will pop up
6. Read it, close or press `Read on ClojureDocs` button to go to documentation website