ideas
ideas copied to clipboard
CLI for adding common node depdencies to a project (eg: prettier, eslint, husky, lint-staged, commitizen)
Project description
A CLI tool, perhaps something like app add
, to optionally add commonly added dependencies to projects like git commit linting, html/css/js formatting/linting, css libraries like tailwind, testing frameworks, and other useful packages we get tired of having to manually configure and add every single time we start a project. A CLI wizard where a user can pick and choose their options as well as perhaps a json config one can load in to avoid having to manually select them each time they initialize a new project. I think this would speed up MVP ready prototyping. I'd like to have linting, formatting, commit message support and testing from the initialization of a project, honestly. I am sure this tool can grow out of hand, but I also think it could be useful with some fairly sensible options.
Relevant Technology
Node, javascript, not sure what else, really. Not sure if this tool would be useful for other languages, I don't know the tooling ecosystem well enough to know, really.
Complexity and required time
Complexity
- [ ] Beginner - This project requires no or little prior knowledge of the technolog(y|ies) specified to contribute to the project
- [x] Intermediate - The user should have some prior knowledge of the technolog(y|ies) to the point where they know how to use it, but not necessarily all the nooks and crannies of the technology
- [ ] Advanced - The project requires the user to have a good understanding of all components of the project to contribute
Required time (ETA)
- [ ] Little work - A couple of days
- [x] Medium work - A week or two
- [ ] Much work - The project will take more than a couple of weeks and serious planning is required
Categories
- [ ] Mobile app
- [ ] IoT
- [x] Web app
- [x] Frontend/UI
- [ ] AI/ML
- [ ] APIs/Backend
- [ ] Voice Assistant
- [x] Developer Tooling
- [x] Extension/Plugin/Add-On
- [ ] Design/UX
- [ ] AR/VR
- [ ] Bots
- [ ] Security
- [ ] Blockchain
- [ ] Futuristic Tech/Something Unique
I might be underestimating the work involved, I really would love to get an idea what anyone thinks this would take or if it's just me who'd want this. I've had people ask before why I need this. I think this would increase my ability to prototype stuff in a manner than didn't then need to be reworked to add all these common dependencies.
Hey @sygint!
I just published a v1 of kickstart-it
, a JS package that does exactly what you described. You can check it out here 👇
https://www.npmjs.com/package/kickstart-it
I had this exact problem, having to spend some time in every project to set things up. When I read your issue here, it was the perfect opportunity to fix this!
Hey @sygint!
I just published a v1 of
kickstart-it
, a JS package that does exactly what you described. You can check it out here 👇 https://www.npmjs.com/package/kickstart-itI had this exact problem, having to spend some time in every project to set things up. When I read your issue here, it was the perfect opportunity to fix this!
This is awesome, I'd love to brainstorm on more additions and contribute, I'm going to send you an email