action static method

Future<void> action()

Implementation

static Future<void> action() async {
  Console.writeLine(dcli.green('👾 Current commands 👾'));
  Console.writeLine(dcli.green('🔸 < ${Constants.kCreateCommand} > - '
      'Can create a template, files or folders in a project.'));
  Console.writeLine(dcli.green('🔸 < ${Constants.kConnectCommand} > - '
      'Connect to a remote repository (Github).'));
  Console.writeLine(dcli.green('🔸 < ${Constants.kAddCommand} > - Adds the package to the project.'));
}