An open API service indexing awesome lists of open source software.

https://github.com/dart-lang/pub-dev

The pub.dev website
https://github.com/dart-lang/pub-dev

Last synced: about 2 months ago
JSON representation

The pub.dev website

Awesome Lists containing this project

README

        

[![Build Status](https://github.com/dart-lang/pub-dev/workflows/Dart%20CI/badge.svg)](https://github.com/dart-lang/pub-dev/actions?query=workflow%3A"Dart+CI"+branch%3Amaster)

# Code for the "pub.dev" website.

The server for hosting pub packages on [pub.dev](https://pub.dev)
is implemented using AppEngine Custom Runtimes with Flexible environment
(see [package:appengine](https://pub.dev/packages/appengine) for more information about
Dart support for AppEngine).

This code isn't designed with private hosting in mind.
If you need a private hosted environment, you may find some of the suggestions in
[this page](https://dart.dev/tools/pub/custom-package-repositories)
to be helpful.

## Documentation

- [Development](doc/development.md)
- [Versions](doc/versions.md)
- [Secrets](doc/secrets.md)
- [Search](doc/search.md)