Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decompose changesets/cli into meaningful packages #86

Closed
Noviny opened this issue Jun 7, 2019 · 2 comments
Closed

Decompose changesets/cli into meaningful packages #86

Noviny opened this issue Jun 7, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@Noviny
Copy link
Collaborator

Noviny commented Jun 7, 2019

The goal: make it easy for people to build their own utilities with minimum fuss.

Current new packages:

@changesets/[command]
  • programmatically run any of the changeset commands as a function if you have all the correct information.
@Noviny
Copy link
Collaborator Author

Noviny commented Jun 7, 2019

Not appearing in this thread are utils that will need to be shared between packages, as we will likely split these when we come to them.

@Noviny
Copy link
Collaborator Author

Noviny commented Jun 7, 2019

This change means commands need to be split between a single function that takes in info and does the action, and the bit that asks questions. Some of this logic is currently interleaved.

@Noviny Noviny added the enhancement New feature or request label Jun 11, 2019
@Noviny Noviny closed this as completed Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant