orkitt_cli 1.1.2 copy "orkitt_cli: ^1.1.2" to clipboard
orkitt_cli: ^1.1.2 copied to clipboard

A powerful Flutter CLI tool to scaffold Orkitt-style Flutter apps with pre-configured folder structure, packages, and bootstrap files.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate orkitt_cli

Use it

The package has the following executables:

$ orkitt

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add orkitt_cli

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

dependencies:
  orkitt_cli: ^1.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:orkitt_cli/orkitt_cli.dart';
0
likes
0
points
34
downloads

Documentation

Documentation

Publisher

verified publisherorkitt.dev

Weekly Downloads

A powerful Flutter CLI tool to scaffold Orkitt-style Flutter apps with pre-configured folder structure, packages, and bootstrap files.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, path, process_run

More

Packages that depend on orkitt_cli