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

discontinuedreplaced by: dcli
outdated

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
$ dshell_install

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

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

An API and dev environment for writing console apps/scripts using dart. e.g. allows you to build bash style scripts with dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

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

More

Packages that depend on dshell