shelf_serve 0.2.7 copy "shelf_serve: ^0.2.7" to clipboard
shelf_serve: ^0.2.7 copied to clipboard

Dart 1 only

This package makes it easy to configure and serve a website and backend with Shelf.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate shelf_serve

Use it

The package has the following executables:

$ shelf_serve

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add shelf_serve

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

dependencies:
  shelf_serve: ^0.2.7

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

Publisher

unverified uploader

This package makes it easy to configure and serve a website and backend with Shelf.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

initialize, pubspec, rpc, shelf, shelf_cors, shelf_gzip, shelf_proxy, shelf_route, shelf_rpc, shelf_static, unscripted, yaml, yamlicious

More

Packages that depend on shelf_serve