dnaka91 / cargo-hatch

Hatch new projects like a chick coming out of its egg
GNU Affero General Public License v3.0
7 stars 1 forks source link

some improvements #5

Closed ModProg closed 2 years ago

ModProg commented 2 years ago

Some improvements I thought of, feel free to filter/change

ModProg commented 2 years ago

This probably would need tests/doc?

dnaka91 commented 2 years ago

Thanks, this are good fixes. Totally forgot a few details there, as I only tested the latest additions on the new example that I added.

Looks like it's finally time to add some integration tests as this projects grows. So far it was simple enough to test the few cases by hand.

feat: allow using a single path directly as a string in ignores

I get the point, but I'm not really a fan of it. Would prefer to just always have it an array in the config. Just for simplicity/unification means.

ModProg commented 2 years ago

I get the point, but I'm not really a fan of it. Would prefer to just always have it an array in the config. Just for simplicity/unification means.

I removed it