various
various copied to clipboard
new package: cli for setting up projects
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
I've build a simple CLI-Tool similar to this proposal. It allows you to add generators as YAML. YOu can find it here
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.