Salami CLI

Developed with 💙 by DevTalents

coverage License: MIT style: very_good_analysis_link

A Salami Command Line Interface for Dart.

Installing

dart pub global activate salami_cli

Commands

See the complete list of commands and usage information.

🚀 A Salami Command Line Interface
Usage: salami <command> [arguments]
Global options:
-h, --help       Print this usage information.
    --version    Print the current version.
Available commands:
  create   Creates a new salami flutter application in seconds.
  init     Install usefull dart cli tools
  spit     Create a new flutter component in seconds.
Run "salami help <command>" for more information about a command.

Usage

# Create a new Flutter app in current directory
salami create .

# Create a new Flutter app in passed directory
salami create ./foo/bar

# Install all cli tools used in salami core lika coverde, melos etc.
salami init

# Create flutter page with cubit and tests.
salami spit page -n home

Libraries

salami_cli
A Salami Command Line Interface for Dart