Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bhauman/figwheel-core

Figwheel core provides code reloading facilities for ClojureScript.
https://github.com/bhauman/figwheel-core

Last synced: 7 days ago
JSON representation

Figwheel core provides code reloading facilities for ClojureScript.

Awesome Lists containing this project

README

        

## figwheel-core

Contains the core functionality of Figwheel.

This allows you to get the benefits of figwheel's hot reloading and
feedback cycle without being complected with a server or a REPL
implementation.

# Usage

Experts only at this point

Add `figwheel-core` to your deps and then:

```
clj -m cljs.main -w src -e "(require '[figwheel.core :include-macros true])(figwheel.core/hook-cljs-build)(figwheel.core/start-from-repl)" -r
```

## License

Copyright © 2018 Bruce Hauman

Distributed under the Eclipse Public License either version 1.0 or any
later version.