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

discontinuedreplaced by: dcli

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

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
30
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

MIT (LICENSE)

Dependencies

archive, args, collection, csv, equatable, file, file_utils, glob, ini, intl, logger, meta, money2, path, pedantic, pub_semver, pubspec, system_info, uuid, validators, yaml

More

Packages that depend on dshell