DEV Community

Cover image for What CLI utilities/commands do you use when creating a new project?

What CLI utilities/commands do you use when creating a new project?

Horus Lugo on February 15, 2020

Let's all share the commands that we run when bootstrapping a new project, maybe we can all get to know a few new tools that can help us create our...
Collapse
 
sroehrl profile image
neoan

I actually went a step further and created a cli-tool that is perfectly suited to my needs. Next to custom functionality, some commands simply chain external cli commands from composer, npm and git.

So to answer your question: starting a new application is one single cli command for me.

Collapse
 
horusgoul profile image
Horus Lugo

Awesome! I did something like this for my React projects πŸ˜„

Collapse
 
webstyle profile image
Farrukh Mamatkhalilov
  1. npm init
  2. touch .gitignore tsconfig.json Dockerfile docker-compose.yml
  3. code ./ πŸš€
Collapse
 
webstyle profile image
Farrukh Mamatkhalilov

πŸ‘πŸ‘πŸ‘πŸ‘