various icon indicating copy to clipboard operation
various copied to clipboard

new package: cli for setting up projects

Open paperclover opened this issue 3 years ago • 2 comments

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

  • init a library project (setup rollup etc)
  • add my prettier config
  • add my eslint config
  • whatever else

paperclover avatar Jul 27 '22 15:07 paperclover

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

BergerAPI avatar Aug 07 '22 21:08 BergerAPI

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.

paperclover avatar Aug 08 '22 02:08 paperclover