a raco command raco new <template> that makes a local copy of the template
These templates are intended to be working examples that have base functionality you would expect
lang: a #lang language template
gui-app: a gui-app
raco-command: extends raco to add a new command
cli-command: a cli command template supporting command line arguments and piped input
web-app: database backed web application including user registration/accounts, GitHub integration and modern front end utilising Jquery, Popper, and Bootstap JS
package: a Racket package
Thanks to Philip Dumaresq (for creating the raco command, that also doubles as a template), Andre Alves Garzia for adding windows compatibility, Sam Tobin-Hochstadt for the #lang template, Jack Firth for the package template and Jens Axel Søgaard for the web-app template.
Racketeers have been busy creating...
raco
commandraco new <template>
that makes a local copy of the templateThese templates are intended to be working examples that have base functionality you would expect
lang
: a#lang
language templategui-app
: a gui-appraco-command
: extends raco to add a new commandcli-command
: a cli command template supporting command line arguments and piped inputweb-app
: database backed web application including user registration/accounts, GitHub integration and modern front end utilising Jquery, Popper, and Bootstap JSpackage
: a Racket packageThanks to Philip Dumaresq (for creating the raco command, that also doubles as a template), Andre Alves Garzia for adding windows compatibility, Sam Tobin-Hochstadt for the
#lang
template, Jack Firth for the package template and Jens Axel Søgaard for the web-app template.