dshell 1.0.5 copy "dshell: ^1.0.5" to clipboard
dshell: ^1.0.5 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 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.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';
28
likes
0
pub points
7%
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, file_utils, intl, logger, path, pedantic, recase, yaml

More

Packages that depend on dshell