apollographql / rover

✨🤖 🐶 The CLI for Apollo GraphOS
https://rover.apollo.dev
Other
402 stars 83 forks source link

Publish rover and its workspace crates to crates.io #272

Open lrlna opened 3 years ago

lrlna commented 3 years ago

Description

It will be good to publish rover to crates.io. Before we do that, we should make sure all accompanying doc comments for all pub structs and method are up to date and in a decent shape.

Our workspace crates to prepare:

Prior Art

It may seem strange to publish a CLI tool on crates.io, but heaps of other tools are already there. For example:

EverlastingBugstopper commented 3 years ago

this is blocked on #388 as build.rs is not supposed to modify any files except those specified by OUT_DIR (source)

audkar commented 1 year ago

Is this still blocked? Seems that the referenced issue is already resolved