sarus_cli 0.0.1-alpha.11 copy "sarus_cli: ^0.0.1-alpha.11" to clipboard
sarus_cli: ^0.0.1-alpha.11 copied to clipboard

The official command line interface for Sarus, built to streamline your development workflow.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate sarus_cli

Use it

The package has the following executables:

$ sarus

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sarus_cli

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sarus_cli: ^0.0.1-alpha.11

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sarus_cli/sarus_cli.dart';
3
likes
0
points
245
downloads

Publisher

unverified uploader

Weekly Downloads

The official command line interface for Sarus, built to streamline your development workflow.

Repository (GitHub)
View/report issues

Topics

#server #backend #shelf #sarus #cli

License

unknown (license)

Dependencies

analyzer, args, cli_completion, mason, mason_logger, path, pub_updater, watcher, yaml, yaml_writer

More

Packages that depend on sarus_cli