Last updated:
0 purchases
salami cli
Salami CLI #
Developed with 💙 by DevTalents
A Salami Command Line Interface for Dart.
Installing #
dart pub global activate salami_cli
copied to clipboard
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.
copied to clipboard
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
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.