cli_a2soft 0.0.2
cli_a2soft: ^0.0.2 copied to clipboard
A2Soft CLI
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate cli_a2softUse it
The package has the following executables:
$ a2_cli
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add cli_a2softThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cli_a2soft: ^0.0.2Alternatively, 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:cli_a2soft/bricks/bloc_item_bundle.dart';
import 'package:cli_a2soft/bricks/project_code_samples_bundle.dart';
import 'package:cli_a2soft/cli/cli.dart';
import 'package:cli_a2soft/cli/cli_mixin.dart';
import 'package:cli_a2soft/command_runner.dart';
import 'package:cli_a2soft/commands/bloc_command.dart';
import 'package:cli_a2soft/commands/create_command.dart';
import 'package:cli_a2soft/commands/install_bricks.dart';
import 'package:cli_a2soft/commands/install_packages.dart';
import 'package:cli_a2soft/errors/cli_errors.dart';