Create a command in the ionic cli to initialize the current working directory with an ionic.config.json file containing the name and type. This command should also be referenced when you try to execute an ionic command in a directory that is not recognized as an ionic project.
I assume the following would work as the command. At which point you would ask for the name and type.
ionic init
Create a command in the ionic cli to initialize the current working directory with an ionic.config.json file containing the name and type. This command should also be referenced when you try to execute an ionic command in a directory that is not recognized as an ionic project.
I assume the following would work as the command. At which point you would ask for the name and type.
ionic init