Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aviksaikat/cookiecutter-rye-ethernaut-template
Cookiecutter template for solving ethernaut challenges using ape & setup env with rye
https://github.com/aviksaikat/cookiecutter-rye-ethernaut-template
ape apeworx cookiecutter cookiecutter-python cookiecutter-python3 cookiecutter-template ethernaut ethernaut-challange ethernaut-ctf rye template
Last synced: about 1 month ago
JSON representation
Cookiecutter template for solving ethernaut challenges using ape & setup env with rye
- Host: GitHub
- URL: https://github.com/aviksaikat/cookiecutter-rye-ethernaut-template
- Owner: Aviksaikat
- License: mit
- Created: 2024-07-17T16:35:06.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T18:43:36.000Z (6 months ago)
- Last Synced: 2024-07-18T23:24:37.106Z (6 months ago)
- Topics: ape, apeworx, cookiecutter, cookiecutter-python, cookiecutter-python3, cookiecutter-template, ethernaut, ethernaut-challange, ethernaut-ctf, rye, template
- Language: Python
- Homepage:
- Size: 1.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cookiecutter-rye-ethernaut-template
Simple Cookiecutter template for [Ethernaut](https://ethernaut.openzeppelin.com/) using [`Ape`](https://github.com/ApeWorX/ape) using [`rye`](https://rye.astral.sh/).## Demo
![](./media/demo.gif)## 💫 Quickstart
Generate the project:
This project will use `rye` in an isolated enviroment. Make sure you have `curl` installed before running the following command.
```bash
cookiecutter https://github.com/Aviksaikat/Cookiecutter-rye-ethernaut-template
```The generator will automatically call `rye init & rye sync` at the end.
### With cruft
[cruft](https://github.com/cruft/cruft) is a layer above Cookiecutter allowing you to update your project from the template after it has been generated.
```bash
cruft create https://github.com/Aviksaikat/Cookiecutter-rye-ethernaut-template
```## License
This project is licensed under the terms of the [MIT](https://github.com/Aviksaikat/Cookiecutter-rye-ethernaut-template/blob/main/LICENSE) license.