Liking cljdoc? Tell your friends :D

Leiningen Template for Overtone

Just like the title says, this is a Leiningen template for quickly getting started with Overtone.

Clojars Project

Installation

If you're new to Clojure and Overtone, I would recommend doing using Leiningen.

Add the following dependency to your :user profile in ~/.lein/profiles.clj:

[org.clojars.gmoe/overtone-template "1.0.1"]

If your profiles.clj file is empty or missing, you can create one with the following content:

{:user {:plugins [[org.clojars.gmoe/overtone-template]]}}

Usage

To create a new Overtone project with the template, simply type the following command into the terminal:

lein new overtone project-name

Where project-name is the name of your Overtone project

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close