Create new projects for Racket with the raco CLI.
Ensure that raco
is on your path
Run the raco
command:
raco pkg install new
Or you can install from DrRacket by looking for new
under File|Package Manager
You can find a list of all available templates using:
raco new --list
And create a new app with one of those templates using:
raco new <template> <project-name>
This will create a new directory <project-name>
containing the templated project
Contibutions to both this tool and the collection of templates is welcome.
Contribute to this project by submitting a pull request or reporting an issue.
Discussion on Racket Discussions (Discourse forum/mailing list) or Racket Discord.
This package is free software, see LICENSE for more details.
By making a contribution, you are agreeing that your contribution is licensed under the Apache 2.0 license and the MIT license.
git clone git@github:racket-templates/raco-new.git
cd raco-new
raco pkg install