dools 0.0.10 copy "dools: ^0.0.10" to clipboard
dools: ^0.0.10 copied to clipboard

Dart 1 only

Tool installer from command line.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dools

Use it

The package has the following executables:

$ dools

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dools

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dools: ^0.0.10

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:dools/commands/builder.dart';
import 'package:dools/commands/install.dart';
import 'package:dools/commands/tools/gradle.dart';
import 'package:dools/commands/tools/maven.dart';
import 'package:dools/commands/tools/nodejs.dart';
import 'package:dools/error.dart';
import 'package:dools/text.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Tool installer from command line.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

archive, args, http, path, xml

More

Packages that depend on dools