Skip to content

sumater/Nightcode

This branch is up to date with oakes/Nightcode:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e112c5 · Feb 5, 2020
Feb 17, 2019
Feb 17, 2019
Oct 27, 2017
Jul 18, 2016
Feb 5, 2020
Dec 22, 2019
Aug 31, 2016
Feb 17, 2019
Sep 23, 2019
Aug 2, 2013
Sep 21, 2019
Dec 21, 2019
Feb 17, 2019
Dec 21, 2019
Dec 22, 2019
Dec 21, 2019
Dec 22, 2019
Mar 29, 2018

Repository files navigation

screenshot

Introduction

Nightcode is a simple IDE for Clojure and ClojureScript. See the website for more information.

Development

  • Install JDK 11 or above
  • Install the Clojure CLI tool
  • To develop: clj -A:dev
  • To build the ClojureScript files: clj -A:cljs
  • To build the uberjar for each OS:
    • clj -A:prod uberjar windows
    • clj -A:prod uberjar macos
    • clj -A:prod uberjar linux

Licensing

All files that originate from this project are dedicated to the public domain. I would love pull requests, and will assume that they are also dedicated to the public domain.

Packages

No packages published

Languages

  • Clojure 98.7%
  • Other 1.3%