dartian_console 1.0.2 copy "dartian_console: ^1.0.2" to clipboard
dartian_console: ^1.0.2 copied to clipboard

Command-line interface for Dartian framework with code generators and dev server

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dartian_console

Use it

The package has the following executables:

$ dartian

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartian_console

With Flutter:

 $ flutter pub add dartian_console

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

dependencies:
  dartian_console: ^1.0.2

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:dartian_console/dartian_console.dart';
0
likes
110
points
149
downloads

Publisher

verified publisherdartian.org

Weekly Downloads

Command-line interface for Dartian framework with code generators and dev server

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#cli #generator #development #framework

Documentation

API reference

License

unknown (license)

Dependencies

args, dartian_http, dartian_i18n, dartian_router, hotreloader, shelf, watcher

More

Packages that depend on dartian_console