Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Jan 19, 2025
1 parent 18c901d commit 9a4fcaa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@ Cradle is a command-line utility that creates projects from templates.
It is similar to the popular
[Cookiecutter](https://cookiecutter.readthedocs.io/en/stable/#) project.

To use the tool in its current shape do

```bash
make install
```

to setup the virtual environment for it (which also installs uv). Then do

```bash
uv run cradle
```

to run the tool.


### Help

We essentially expose the copier interface directly with
Expand Down

0 comments on commit 9a4fcaa

Please sign in to comment.