Whenever I create a template and name it kebab case, the name gets botched. For example, the name my-counter will generate in the cargo.toml file a program with the name mymymycounter.
How to reproduce:
- Run in your terminal
npx create-solana-dapp.
- Give your project the name my-counter.
- Choose the gill with counter template option.
cd in the project and install the dependencies.
- Open the
anchor/programs/counter/src/lib.rs file.
- Notice my-counter is now mymymycounter.
- This happens in other files too.
