This package from-template
allows users to quickly set up a working template for a variety of Racket projects.
It works by adding a new raco
command raco new
that downloads a repo from
github.com/racket-templates and removing the git history
from the project so you get a fresh start.
Note: the old command raco from-template
is still supported.
- Set your PATH environment variable
so you can use
raco
and other Racket command line functions. - either look for
from-template
in the DrRacket menu File|Package Manager, or run theraco
command:
raco pkg install from-template
raco new <template-name> <destination-dir>
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:nixin72/from-template.git
cd from-template
raco pkg install