@josesanch/deployment

0.1.3 • Public • Published

Standalone Usage

  1. lein figwheel
  2. (In another window) node target\js\compiled\deployment.js ...

Production Builds

  1. lein cljsbuild once prod
  2. node server.js ...

REPL Usage (Vim)

You can now connect to Figwheel's REPL through Piggieback using vim-fireplace:

  1. lein repl
  2. (fig-start)
  3. (cljs-repl)
  4. (In another window) node target\js\compiled\deployment.js ...
  5. (In Vim) :Piggieback (figwheel-sidecar.repl-api/repl-env)

Standard vim-fireplace commands will now work in the context of the Figwheel process:

  • cqp to send a command from Vim to the REPL
  • cpa... to evaluate a form without saving or reloading the file
  • etc.

Readme

Keywords

none

Package Sidebar

Install

npm i @josesanch/deployment

Weekly Downloads

1

Version

0.1.3

License

ISC

Last publish

Collaborators

  • josesanch