From the course: Building Your First CLI App in Node

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

The course project

The course project

From the course: Building Your First CLI App in Node

Start my 1-month free trial

The course project

- [Instructor] For this course, you will be making a project that automates the seven git init steps. Not only will you learn how to a create command-line app, but by the end of this course, you'll have a handy tool that will prompt you through all of the stages to create and deploy your future Git projects. Never forget a step again. I'm calling our little program Musette. And she will, create a Git repository in the folder you're currently in, create a remote repository. For this tutorial, we'll be using GitHub for our remote. And then of course, adding this newly created repository as a remote to your project locally. Then Musette will provide a simple interactive wizard, just like those install windows, for creating a .gitignore file. Afterwards, she'll add the contents of the folder and push it all to the remote repository. It may not save you hours of your life, but it will remove some of the initial friction when starting a new project. And we all want life to go as smoothly as…

Contents