jaguar_cli 2.1.2 copy "jaguar_cli: ^2.1.2" to clipboard
jaguar_cli: ^2.1.2 copied to clipboard

Command line tool for jaguar-dart

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate jaguar_cli

Use it

The package has the following executables:

$ jaguar

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jaguar_cli

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

dependencies:
  jaguar_cli: ^2.1.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:jaguar_cli/begin/begin.dart';
import 'package:jaguar_cli/cmd/begin_project.dart';
import 'package:jaguar_cli/cmd/cmd.dart';
import 'package:jaguar_cli/cmd/create_project.dart';
import 'package:jaguar_cli/cmd/list_project_template.dart';
import 'package:jaguar_cli/cmd/version.dart';
import 'package:jaguar_cli/list_projects/list_projects.dart';
import 'package:jaguar_cli/project_creator/using_archive.dart';
import 'package:jaguar_cli/project_creator/using_git_clone.dart';
0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

Command line tool for jaguar-dart

Homepage
Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

archive, args, console, http, path, quiver

More

Packages that depend on jaguar_cli