Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bhauman/figwheel-core
- Owner: bhauman
- Created: 2018-06-27T18:10:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T17:10:21.000Z (over 2 years ago)
- Last Synced: 2024-10-28T13:09:49.094Z (16 days ago)
- Language: Clojure
- Size: 91.8 KB
- Stars: 22
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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.