You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check out the Fluxible package README for documentation.
Development
All code is developed against the latest Node LTS version. This repository leverages npm workspaces for package management.
Publishing
The changesets library publishes packages to the npm registry. Use the following steps to publish a package:
After making changes to a package in your branch, run npx changesets and follow the prompts to choose which package needs to be published and what type of version (i.e., major, minor, patch).
Commit the newly created .changes/<id>.md file to your branch.
Open a PR with your changes.
Once reviewed and merged, the GitHub Actions publish job will run the changesets action and open a new PR with package.json and CHANGELOG.md changes for the packages chosen to publish.
Merge this PR when a release is needed.
License
This software is free to use under the Yahoo Inc. BSD license.
See the LICENSE file for license text and copyright information.
About
A pluggable container for universal flux applications.