Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 10:55
· 48 commits to main since this release

Minor Changes

  • 61f5b2e: Re-architects the repository to become a modular focused repo

    This changeset does a good deal of architecting to break the modules back out into their own packages. This ensures that all functionality associated with that particular tool is kept local to that package. A new package called @buttery/core has been added to easily distribute core modules to each of the @buttery/tools. These tools then use the core module to transpile, build, and distribute the local scripts externally.

    Another package called @buttery/cli has been created that should be installed alongside of whatever tool is desired to use. This ensures that we're not downloading too many dependencies and makes the CLI modules opt-in rather than a "nuts and bolts" approach.

Patch Changes