Giter Club home page Giter Club logo

boot-cljs-devtools's Introduction

boot-cljs-devtools

About

Boot task introducing enhancements to CLJS development in Chrome, specifically CLJS DevTools and Dirac.

Installation

Add the following to your build.boot dependencies.

[binaryage/devtools      "0.6.1" :scope "test"]
[binaryage/dirac         "0.2.0" :scope "test"]
[jupl/boot-cljs-devtools "0.1.0" :scope "test"]

In addition require the task, specifically cljs-devtools.

(require '[jupl.boot-cljs-devtools :refer [cljs-devtools])

Currently files may be generated in the out directory, so it would be advisable to add that to someplace like in a .gitignore.

Usage

Ensure that this task runs before the cljs and after the watch task and that you include a .cljs.edn file according to this. Task example:

(deftask dev []
  (comp (watch) (cljs-devtools) (cljs)))

File your-ns.cljs.edn example:

{:require  [your-ns.core]
 :init-fns [your-ns.core/init]}

For more information on the tools please visit CLJS DevTools and Dirac.

Credits

binaryage
for CLJS DevTools and Dirac
adzerk-oss
for boot-cljs-repl (reference/foundation for this project)
slotkenov
for the original snippet that inspired this project

boot-cljs-devtools's People

Contributors

arichiardi avatar jupl avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.