public
Description: An easy way to make web apps (in PLT Scheme)
Homepage: http://blog.leftparen.com
Clone URL: git://github.com/vegashacker/leftparen.git
Click here to lend your support to: leftparen and make a donation at www.pledgie.com !
leftparen / generate.ss
100644 5 lines (3 sloc) 0.1 kb
1
2
3
4
5
#lang scheme/base
 
(require "generate-lib.scm")
(generate-project (current-command-line-arguments))