Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scarb init with Starknet Foundry doesn't work if directory name is differnt #1759

Open
amanusk opened this issue Nov 21, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@amanusk
Copy link

amanusk commented Nov 21, 2024

Problem

When running scarb init --name ... in a directory, if the name is different than the directory name, and Starknet Foundry is selected, a cairo-test-runner project is created

Steps

mkdir my_sw
cd my_sw
scarb init --name my_sw_1

Select Starknet Foundry

Scarb.toml file is:

[package]
name = "my_sw_1"
version = "0.1.0"
edition = "2024_07"

# See more keys and their definitions at https://docs.swmansion.com/scarb/docs/reference/manifest.html

[dependencies]

Possible Solution(s)

No response

Notes

No response

Version

No response

@amanusk amanusk added the bug Something isn't working label Nov 21, 2024
@github-project-automation github-project-automation bot moved this to Triage in Scarb Nov 21, 2024
@maciektr maciektr moved this from Triage to Todo in Scarb Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant