DEV Community

Cover image for Introduction to Chore-cli, easy to generate development infrastructure for typescript project.
Zi莱卷
Zi莱卷

Posted on

Introduction to Chore-cli, easy to generate development infrastructure for typescript project.

I made a library to generate development infrastructure for typescript project.

chore-cli is the super assistant for building a typescript library. It can generate development infrastructure for projects or libraries, such as prettier, eslint, husky etc, or even Github Actions Config files. It can save a lot of time every time you create new stuff.

As we know, These tools like eslint, prettier can make the codebase better. But it takes us a lot of time to configure them. If you don't want your enthusiasm for writing code to be consumed by these configurations, and if you don't like doing these annoying "chores" frequently, try chore-cli.

It's easy to use:

npx chore-cli <path-to-project>
Enter fullscreen mode Exit fullscreen mode

Chore-cli

Take a look at the README.md for examples and further documentation, and let me know if you find any bugs, or you have any idea for improving it.

Top comments (0)