autobot 0.6.2 copy "autobot: ^0.6.2" to clipboard
autobot: ^0.6.2 copied to clipboard

A command line tool for automating common developer tasks like generate files, manage environment, configure projects and setup CI.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate autobot

Use it

The package has the following executables:

$ autobot

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add autobot

With Flutter:

 $ flutter pub add autobot

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

dependencies:
  autobot: ^0.6.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:autobot/autobot.dart';
2
likes
100
pub points
0%
popularity

Publisher

verified publisherdeveloperzone.io

A command line tool for automating common developer tasks like generate files, manage environment, configure projects and setup CI.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, cli_script, dart_mappable, dcli, equatable, mustache_template, path, super_annotations, yaml

More

Packages that depend on autobot