cli_a2soft 0.0.2 copy "cli_a2soft: ^0.0.2" to clipboard
cli_a2soft: ^0.0.2 copied to clipboard

outdated

A2Soft CLI

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate cli_a2soft

Use 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_a2soft

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

dependencies:
  cli_a2soft: ^0.0.2

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: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';
0
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A2Soft CLI

Homepage

License

unknown (license)

Dependencies

args, mason, path

More

Packages that depend on cli_a2soft