pdevito3 / craftsman

A .NET scaffolding tool to help you stop worrying about boilerplate and focus on your business logic 🚀
https://wrapt.dev
MIT License
1.12k stars 66 forks source link

Running Locally #79

Closed zsyphon closed 2 years ago

zsyphon commented 2 years ago

Hi again,

I'm looking at creating a branch and adding to the project. I've been trying to run the source locally with visual studio code. However, none of my "new domain dm.yml" arguments are run. Can you recommend a way to run and debug the program locally?

pdevito3 commented 2 years ago

hey, yeah sorry i haven't had enough interest to invest in a Contributing.md

you can run it by cd'ing to craftsman and running dotnet run new example for instance (note there's no colon anymore in the develop branch for the upcoming release

pdevito3 commented 2 years ago

If you're doing a fork to make your own version then go right ahead, but if you're looking to add a feature to this project let's chat first so you don't waste time

pdevito3 commented 2 years ago

btw @zsyphon I pushed some small updates for bugs last night on a couple commands you might want to get from upstream if you forked it

zsyphon commented 2 years ago

Awesome thank you! We will be making PRs in the future too.

pdevito3 commented 2 years ago

Sweet! Feel free to ping me with any questions.

I want to clean up the craftsman codebase more to make forks super easy to manage for people who want to make it their own, but hopefully it's still manageable for now 🙂