strvcom / code-quality-tools

Monorepo with some frequently-used configurations we use on projects 🎨
BSD 3-Clause "New" or "Revised" License
92 stars 12 forks source link

CLI #2

Closed dannytce closed 8 months ago

dannytce commented 5 years ago

iOS guys are using https://fastlane.tools/ :) I think before we jump into CLI development, we should examine, what is the correct way, so it could be used universally on any platform.

dannytce commented 4 years ago

So I was thinking it's about a time to revisit this issue.

I just came across this wonderful thing: https://github.com/spotify/web-scripts

I know that @lucasconstantino played around with sapegin/mrm

And @developer239 has his opinionated app generator.

Perhaps let's put our heads together and create some stuff! :)

lucasconstantino commented 4 years ago

First thing should be defining what this CLI would be addressing... nevertheless, if it's supposed to be an more general purposed tool, there are plenty of framework solutions out there, from which I quote two I've used:

I like the first: it's very simple and clean to use, with good TypeScript support.

robertrossmann commented 8 months ago

I think the scope of this project should remain in the area of shared configuration for existing tools.