Skip to content

Commit 80a9a02

Browse files
authored
Tools section (#389)
* fixes contributing_site jblake download link * added tools/vscode * added tools/leinigen * added tools/shadow-cljs
1 parent 762a83f commit 80a9a02

File tree

4 files changed

+40
-1
lines changed

4 files changed

+40
-1
lines changed

Diff for: content/community/contributing_site.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ When working on bigger changes it's useful to build the site locally. The site i
7979

8080
To https://jbake.org/docs/2.5.0/#installation[install] JBake 2.5.0-SNAPSHOT:
8181

82-
. `curl -O https://cdn.cognitect.com/clojurescript.org/jbake-2.5.0-SNAPSHOT-bin.zip` (or download this file with your browser)
82+
. `curl -O http://cdn.cognitect.com/clojurescript.org/jbake-2.5.0-SNAPSHOT-bin.zip` (or download this file with your browser)
8383
. `unzip -o jbake-2.5.0-SNAPSHOT-bin.zip`
8484
. Add jbake-2.5.0-SNAPSHOT/bin to your system PATH
8585

Diff for: content/tools/leinigen.adoc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
= Leinigen
2+
Denis Baudinot
3+
2021-07-11
4+
:type: tools
5+
:toc: macro
6+
:icons: font
7+
8+
https://leiningen.org/[Leinigen] is a build tool for Clojure and ClojureScript with an extensible plugin and template system.
9+
10+
[[plugins]]
11+
== Plugins
12+
13+
https://github.com/emezeske/lein-cljsbuild[lein-cljsbuild] provides ClojureScript compilation and file watching. For a more feature rich experience with browser hot reloading and CSS support head to https://github.com/bhauman/lein-figwheel[lein-figwheel].

Diff for: content/tools/shadow-cljs.adoc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
= shadow-cljs
2+
Denis Baudinot
3+
2021-07-11
4+
:type: tools
5+
:toc: macro
6+
:icons: font
7+
8+
https://github.com/thheller/shadow-cljs[shadow-cljs] compiles, watches, hot reloads ClojureScript projects and provides targets and integration within the larger JavaScript ecosystem such as Nodejs, NPM and browser modules. It can be used as a standalone npm package to be run from the command line and a Clojure library to be integrated with other build tooling.
9+
10+
From the shadow-cljs https://shadow-cljs.github.io/docs/UsersGuide.html[user guide]:
11+
12+
[quote]
13+
shadow-cljs provides everything you need to compile your ClojureScript projects with a focus on simplicity and ease of use. The provided build targets abstract away most of the manual configuration so that you only have to configure the essentials for your build. Each target provides optimal defaults for each environment and get an optimized experience during development and in release builds.

Diff for: content/tools/vscode.adoc

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
= Visual Studio Code
2+
Denis Baudinot
3+
2021-07-11
4+
:type: tools
5+
:toc: macro
6+
:icons: font
7+
8+
https://code.visualstudio.com/[Visual Studio Code] has Clojure and ClojureScript support via the https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva[Calva] extension.
9+
10+
From the https://calva.io/[calva documentation]:
11+
12+
[quote]
13+
Calva is an integrated REPL powered environment for enjoyable and productive Clojure and ClojureScript development in Visual Studio Code. It includes inline code evaluation, Paredit, code formatting, a test runner, syntax highlighting, linting, and more. Calva is open source and free to use.

0 commit comments

Comments
 (0)