Fluxible

A pluggable container for universal flux applications.
GitHub
1.81k
Created 10 years ago, last commit 14 hours ago
92 contributors
1.11k commits
Stars added on GitHub, month by month
0
0
0
0
0
0
0
10
11
12
1
2
3
4
5
6
7
8
9
2023
2024
Stars added on GitHub, per day, on average
Yesterday
=
Last week
-0.1
/day
Last month
0.0
/day
Last 12 months
0.0
/day
Package on NPM
Monthly downloads on NPM
10
11
12
1
2
3
4
5
6
7
8
9
2023
2024
README

Fluxible Build Status

This repository is the home of Fluxible and related libraries.

For support, please use GitHub Discussions.

Documentation

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:

  1. 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).
  2. Commit the newly created .changes/<id>.md file to your branch.
  3. Open a PR with your changes.
  4. 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.
  5. 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.