An open API service indexing awesome lists of open source software.

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

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
```