Welcome to the Buttondown CLI! #1
jmduke
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello and welcome to the Buttondown CLI. I am, frankly, so excited at all of the positive response that this has got. In my mind, this is going to be a little toy that more people would find interesting than useful, and the enthusiasm has surprised and humbled me.
First, to talk about the codebase itself. You'll notice that most of the changes coming in are through a GitHub Action. We're using a push-based model similar to the ones that we've used for the docs site and OpenAPI spec, which let us iterate quickly within our monorepo and benefit from things like type safety and then publish those changes as soon as they get merged into
main
. All of that is to say that pull requests are absolutely welcome, and in lieu of a better process, feel free to create those requests against this specific branch. Once we merge them in, we'll also merge those changes into our monorepo and reify them.To talk about the roadmap a little bit, we're planning on the following items in no real schedule or order:
We'll focus first and foremost on bolstering and strengthening the core sync engine and backfilling anything that makes sense to integrate within our API. (And if you have any feature requests, bug reports, etc. — this is the best place to put 'em!)
Beta Was this translation helpful? Give feedback.
All reactions