pub_server_test 0.1.13-dev copy "pub_server_test: ^0.1.13-dev" to clipboard
pub_server_test: ^0.1.13-dev copied to clipboard

discontinued
retractedoutdated

Re-usable components for creating a custom Dart package server.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pub_server_test

Use it

The package has the following executables:

$ test

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pub_server_test

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

dependencies:
  pub_server_test: ^0.1.13-dev

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:pub_server_test/repository.dart';
import 'package:pub_server_test/shelf_pubserver.dart';
0
likes
0
points
137
downloads

Publisher

unverified uploader

Weekly Downloads

Re-usable components for creating a custom Dart package server.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http_parser, logging, mime, pub_semver, shelf, yaml

More

Packages that depend on pub_server_test