browser_cli 1.0.0-alpha.3 copy "browser_cli: ^1.0.0-alpha.3" to clipboard
browser_cli: ^1.0.0-alpha.3 copied to clipboard

Dart 1 only

A Command Line Interface for the browser.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add browser_cli

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

dependencies:
  browser_cli: ^1.0.0-alpha.3

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:browser_cli/command_line_interface.dart';
import 'package:browser_cli/environment_variables.dart';
import 'package:browser_cli/file_manager.dart';
import 'package:browser_cli/process_library.dart';
import 'package:browser_cli/process_manager.dart';
import 'package:browser_cli/utils.dart';
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

A Command Line Interface for the browser.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

browser, dart_to_js_script_rewriter

More

Packages that depend on browser_cli