autobot 0.0.0+3 copy "autobot: ^0.0.0+3" to clipboard
autobot: ^0.0.0+3 copied to clipboard

outdated

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart 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.0.0+3

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:autobot/autobot.dart';
2
likes
0
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

License

unknown (LICENSE)

Dependencies

args, dcli, mustache_template, path, yaml

More

Packages that depend on autobot