dshell 1.1.2-dev-5 dshell: ^1.1.2-dev-5 copied to clipboard
An API and dev environment for writing console apps/scripts using dart. e.g. allows you to build bash style scripts with dart.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate dshell
Use it
The package has the following executables:
$ dshell
$ dshell_complete
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dshell
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
dshell: ^1.1.2-dev-5
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:dshell/dshell.dart';