Dev Template. CLI automate project startup

If I asked you now, to create a new api, in nodejs for example, how much time would you spend just configuring basic things like: babel, commitlint, typescript, jest, cz-conventional-changelog, eslint, husky, tsconfig-paths , auto create release?

I know there are many things, and just to start making the first route of your api you would need to spend a lot of time.

So I created a cli in rust capable of automating this whole process, it is integrated with a platform where you can publish your own automation, or use one already created by someone.

Github repository: https://github.com/dtemplate/dt
Oficial website: https://dtemplate.org

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.