You can now begin working on your Catalyst project from the CLI. The first step is to initialize the project in an empty directory. This will be the home directory of your project and all of the project files will be saved in it.
For the Dialer application, we will initialize the client and the Advanced I/O function components.
Create a folder for the project on your local machine and navigate to it from the terminal.
Initialize a project by executing the following command from that directory:
copy
$
catalyst init
The CLI will now ask you to select the default Catalyst organization. Select the organization in which you created the project in the first step of this tutorial and press Enter.
The CLI will now ask you to associate a Catalyst project with the directory. Associate it with the project that we created earlier from the console. Select CatalystDialerApp from the list and press Enter.