0.0.21 • Published 5 years ago

@cospaia/calva-lib v0.0.21

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

calva-lib

Some of the functionality of the Calva family of Visual Studio Code extensions is provided by this library. It is built as an npm module, @cospaia/calva-lib, but not meant for public consumption.

How to Contribute to calva-lib

  1. Clone your fork
  2. Most often you'll be branching off of master (the main branch).
  3. npm install (This will install, amongst other things, shadow-cljs)
  4. Open the project root directory in VS Code. (You are using VS Code and Calva, right?)

The dev process is like so: 1. In VS Code: Run Build Task…. This will run shadow-cljs and make it watch :test and :calva-lib. 1. Check the task Output pane and notice that tests are run. 1. Connect Calva and choose the node-repl for your CLJS repl (it won't work with any of the build repls, unfortunately). 1. Hack away. Every time you save, the tests are run. 1. Add/remove/modify any relevant test. 1. Test the changes in the actual extension (see below about that setup). 1. Assuming it is setup this means switching to the Calva window and restart the extension host process (then switch to the extension host window and do your manual testing).

For testing the changes to the actual extensions, see the relevant How to Contribute page:

Happy hacking! ❤️

Please feel invited to join the #calva-dev channel channel on the Clojurians Slack.

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago