cli_a2soft 0.0.6 copy "cli_a2soft: ^0.0.6" to clipboard
cli_a2soft: ^0.0.6 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_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

With Flutter:

 $ flutter 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.6

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: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_packages.dart';
import 'package:cli_a2soft/commands/swagger_command/body_model_type.dart';
import 'package:cli_a2soft/commands/swagger_command/freezed_model_template.dart';
import 'package:cli_a2soft/commands/swagger_command/model_name.dart';
import 'package:cli_a2soft/commands/swagger_command/operation.dart';
import 'package:cli_a2soft/commands/swagger_command/swagger_command.dart';
import 'package:cli_a2soft/errors/cli_errors.dart';
0
likes
90
pub points
0%
popularity

Publisher

unverified uploader

A2Soft CLI

Homepage

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, basic_utils, conduit_open_api_fork, http, mason, path, recase

More

Packages that depend on cli_a2soft