function successMessage(msg) {
  console.log(`${chalk.green('✔')} ${chalk.gray(msg)}`);
}