https://github.com/racket-templates/raco-new
Raco tool for cloning templates from the racket-templates org
https://github.com/racket-templates/raco-new
cli racket raco templates
Last synced: 3 months ago
JSON representation
Raco tool for cloning templates from the racket-templates org
- Host: GitHub
- URL: https://github.com/racket-templates/raco-new
- Owner: racket-templates
- License: mit
- Created: 2020-08-20T05:32:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-21T03:30:43.000Z (over 1 year ago)
- Last Synced: 2026-02-10T19:19:29.600Z (4 months ago)
- Topics: cli, racket, raco, templates
- Language: Racket
- Homepage:
- Size: 49.8 KB
- Stars: 9
- Watchers: 2
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raco new
Create new projects for Racket with the raco CLI.
# Install
Ensure that `raco` is on your path
Run the `raco` command:
```bash
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:
```bash
raco new --list
```
And create a new app with one of those templates using:
```bash
raco new
```
This will create a new directory `` 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)](https://racket.discourse.group/) or [Racket Discord](https://discord.gg/6Zq8sH5).
# License
This package is free software, see [LICENSE](https://github.com/nixin72/raco-new/blob/master/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
```