Skip to content

A ClojureScript Leiningen template that can create an out-of-box node-webkit skeleton app shipping with mocha testing.

License

Notifications You must be signed in to change notification settings

gizak/lein-nwcljs-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nwcljs

Clojars Project

A Leiningen template for building node-webkit app out of box. Embrace ClojureScript and node js techniques in front & back end developing.

basics

Environment

nwcljs leverages GUN make system and contains some *nix specific codes, so currently this is only for Linux and Mac OS X users, but all-platform version is on its way!

Usage

Getting started

make: install dependencies.

make build: compile ClojureScript code and zip it into a node-webkit app!

make run: run the app just built.

make test: run clojure-style mocha tests to check backend functionality!

A say-hello demo:

app

TODOs

  1. All platforms compitable code in Makefile

License

Copyright © 2014 @gizak

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

A ClojureScript Leiningen template that can create an out-of-box node-webkit skeleton app shipping with mocha testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published