Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binaryage/cljs-devtools
A collection of Chrome DevTools enhancements for ClojureScript developers
https://github.com/binaryage/cljs-devtools
chrome-devtools clojurescript clojurescript-developers devtools
Last synced: 25 days ago
JSON representation
A collection of Chrome DevTools enhancements for ClojureScript developers
- Host: GitHub
- URL: https://github.com/binaryage/cljs-devtools
- Owner: binaryage
- License: other
- Created: 2015-01-27T21:00:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T21:20:05.000Z (over 1 year ago)
- Last Synced: 2024-10-01T18:44:22.065Z (about 1 month ago)
- Topics: chrome-devtools, clojurescript, clojurescript-developers, devtools
- Language: Clojure
- Homepage:
- Size: 901 KB
- Stars: 1,105
- Watchers: 24
- Forks: 51
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
- awesome-clojurescript - cljs-devtools
README
# cljs-devtools
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](license.txt)
[![Clojars Project](https://img.shields.io/clojars/v/binaryage/devtools.svg)](https://clojars.org/binaryage/devtools)
[![Example Projects](https://img.shields.io/badge/project-examples-ff69b4.svg)](https://github.com/binaryage/cljs-devtools/tree/master/examples)CLJS DevTools adds enhancements into Chrome, Edge and Firefox DevTools for ClojureScript developers:
* Better presentation of ClojureScript values in DevTools (see the [:formatters][1] feature)
* More informative exceptions (see the [:hints][2] feature)
* Long stack traces for chains of async calls (see the [:async][3] feature)### Documentation
* [**FAQ**](docs/faq.md)
* [**Installation**](docs/installation.md)
* [**Configuration**](docs/configuration.md)
* [**Examples**](examples)#### An example of formatting ClojureScript values:
![Custom formatters in action](https://box.binaryage.com/cljs-devtools-sample-full.png)
#### An example of improved exceptions:
![An example of hints](https://box.binaryage.com/cljs-devtools-sanity-hint.png)
[1]: https://github.com/binaryage/cljs-devtools/blob/master/docs/faq.md#what-is-the-formatters-feature
[2]: https://github.com/binaryage/cljs-devtools/blob/master/docs/faq.md#what-is-the-hints-feature
[3]: https://github.com/binaryage/cljs-devtools/blob/master/docs/faq.md#what-is-the-async-feature