Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oakes/Nightcode
An IDE for Clojure
https://github.com/oakes/Nightcode
Last synced: about 1 month ago
JSON representation
An IDE for Clojure
- Host: GitHub
- URL: https://github.com/oakes/Nightcode
- Owner: oakes
- License: unlicense
- Archived: true
- Created: 2013-06-06T03:09:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-24T06:40:22.000Z (over 3 years ago)
- Last Synced: 2024-05-09T21:28:11.237Z (8 months ago)
- Language: Clojure
- Homepage: https://sekao.net/nightcode/
- Size: 17.6 MB
- Stars: 1,402
- Watchers: 65
- Forks: 125
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-clojure - Nightcode
README
![screenshot](screenshot.png)
## Introduction
Nightcode is a simple IDE for Clojure and ClojureScript. See [the website](https://sekao.net/nightcode/) for more information.
## Development
* Install JDK 11 or above
* Install [the Clojure CLI tool](https://clojure.org/guides/getting_started#_clojure_installer_and_cli_tools)
* 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.