Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tools section #389

Merged
merged 4 commits into from
Aug 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/community/contributing_site.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ When working on bigger changes it's useful to build the site locally. The site i

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

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

Expand Down
13 changes: 13 additions & 0 deletions content/tools/leinigen.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
= Leinigen
Denis Baudinot
2021-07-11
:type: tools
:toc: macro
:icons: font

https://leiningen.org/[Leinigen] is a build tool for Clojure and ClojureScript with an extensible plugin and template system.

[[plugins]]
== Plugins

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].
13 changes: 13 additions & 0 deletions content/tools/shadow-cljs.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
= shadow-cljs
Denis Baudinot
2021-07-11
:type: tools
:toc: macro
:icons: font

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.

From the shadow-cljs https://shadow-cljs.github.io/docs/UsersGuide.html[user guide]:

[quote]
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.
13 changes: 13 additions & 0 deletions content/tools/vscode.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
= Visual Studio Code
Denis Baudinot
2021-07-11
:type: tools
:toc: macro
:icons: font

https://code.visualstudio.com/[Visual Studio Code] has Clojure and ClojureScript support via the https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva[Calva] extension.

From the https://calva.io/[calva documentation]:

[quote]
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.