dshell 1.0.19 copy "dshell: ^1.0.19" to clipboard
dshell: ^1.0.19 copied to clipboard

discontinuedreplaced by: dcli
outdated

A bash replacement allowing you to write bash like scripts using dart and run them directly from the cli.

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

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.0.19

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';
28
likes
0
pub points
0%
popularity

Publisher

verified publishernoojee.org

A bash replacement allowing you to write bash like scripts using dart and run them directly from the cli.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, collection, equatable, file, file_utils, intl, logger, money2, path, pubspec, recase, yaml

More

Packages that depend on dshell