Skip to content

Raco tool for cloning templates from the racket-templates org

License

Notifications You must be signed in to change notification settings

nixin72/from-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

from-template

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.

Install

  1. Set your PATH environment variable so you can use raco and other Racket command line functions.
  2. either look for from-template in the DrRacket menu File|Package Manager, or run the raco command:
raco pkg install from-template

Usage

raco new <template-name> <destination-dir>

Contributing to this 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.

License

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.

get started

git clone git@github:nixin72/from-template.git
cd from-template 
raco pkg install