crawl 0.5.0 copy "crawl: ^0.5.0" to clipboard
crawl: ^0.5.0 copied to clipboard

outdated

A cli for creating pubspec files and managing it's packages.

Crawl helps you create pubspec files and manage it's packages.

Installation #

To use Crawl on the command line, install it using pub global activate:

$ pub global activate crawl

To update Crawl, use the same pub global activate command.

Usage #

A simple usage example:

$ mkdir nice_project
$ cd nice_project

$ crawl -h # print usage information
manage pubspec.yaml files and its dependencies.

Usage: crawl <command> [arguments]

Global options:
-h, --help    Print this usage information.

Available commands:
  init      create a pubspec.yaml file
  install   adds a new package
  remove    removes a package

Run "crawl help <command>" for more information about a command.

$ crawl init # launch pubspec.yaml creation wizard
$ crawl install -p <pkg> # add a package to dependencies section
$ crawl install -p <pkg> -d # add a package to dev_dependencies section
$ crawl remove <pkg> # remove a package

Features and bugs #

Please file feature requests and bugs at the issue tracker.

8
likes
0
pub points
0%
popularity

Publisher

verified publishercreativebracket.dev

A cli for creating pubspec files and managing it's packages.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, dcli, http, pubspec

More

Packages that depend on crawl