DEV Community

Eyk
Eyk

Posted on

A CLI tool to create universal boilerplates

As I created new React components over and over again, I noticed that I wrote a lot of boilerplate code and I wanted to stop doing that. Sure, there are existing solutions to that specific problem, but I wanted to use a universal one, which could fit all my needs for boilerplates.

So I came up with this idea and open-sourced it. Any feedback appreciated!

https://github.com/eykrehbein/cook

Top comments (0)