jaspr_cli 0.12.0 copy "jaspr_cli: ^0.12.0" to clipboard
jaspr_cli: ^0.12.0 copied to clipboard

A command line interface to create, serve and build jaspr applications.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate jaspr_cli

Use it

The package has the following executables:

$ jaspr

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jaspr_cli

With Flutter:

 $ flutter pub add jaspr_cli

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

dependencies:
  jaspr_cli: ^0.12.0

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:jaspr_cli/jaspr_cli.dart';
0
likes
100
pub points
24%
popularity

Publisher

verified publisherschultek.de

A command line interface to create, serve and build jaspr applications.

Repository (GitHub)
View/report issues
Contributing

Topics

#jaspr #web #cli

Documentation

Documentation
API reference

Funding

Consider supporting this project:

github.com

License

MIT (LICENSE)

Dependencies

ansi_styles, args, build_daemon, cli_completion, cli_util, collection, dwds, http, io, logging, mason, meta, path, pub_updater, shelf, shelf_proxy, webdev, yaml

More

Packages that depend on jaspr_cli