Skip to content

Raco tool for cloning templates from the racket-templates org

License

Notifications You must be signed in to change notification settings

racket-templates/raco-new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raco new

Create new projects for Racket with the raco CLI.

Install

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

Usage

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

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:racket-templates/raco-new.git
cd raco-new
raco pkg install