paperdave / various

Various libraries and applications related to TypeScript. Everything is contained in a monorepo to improve productivity and reduce boilerplate.
MIT License
30 stars 3 forks source link

new package: cli for setting up projects #10

Open paperdave opened 2 years ago

paperdave commented 2 years ago

have a cli with subcommands that could set up certain project aspects like:

BergerAPI commented 2 years ago

I've build a simple CLI-Tool similar to this proposal. It allows you to add generators as YAML. YOu can find it here

paperdave commented 2 years ago

that's cool, maybe i can mod it to do the specific tasks i wanted. but i got alot of other things to get done first.