boot_cli 0.1.6+1 copy "boot_cli: ^0.1.6+1" to clipboard
boot_cli: ^0.1.6+1 copied to clipboard

CLI tool for the Boot framework.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate boot_cli

Use it

The package has the following executables:

$ boot

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add boot_cli

With Flutter:

 $ flutter pub add boot_cli

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

dependencies:
  boot_cli: ^0.1.6+1

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:boot_cli/boot_cli.dart';
0
likes
140
points
6
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CLI tool for the Boot framework.

Repository (GitHub)
View/report issues

Topics

#boot #cli #developer-tools #codegen

License

MIT (license)

Dependencies

args, io, path

More

Packages that depend on boot_cli