cruky_cli 1.1.0
cruky_cli: ^1.1.0 copied to clipboard
cruky is server-side library to create API with modern and fast performance, and this is a cli tool for it.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add cruky_cliWith Flutter:
$ flutter pub add cruky_cliThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cruky_cli: ^1.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.