Bit uses Bit Cloud as its default component hosting platform. To get started, register or log in directly from your terminal:
You only need to log in once. Bit Cloud is providing a complete solution for effortlessly sharing and reusing components across all your projects.
Use tag to sematic version your components:
Once exported, your components are automatically built and tested with Ripple CI, Bit's built-in CI/CD solution. Artifacts are generated and stored securely.
Alternatively, use the --build
flag to build the components on the local machine. Use our official CI scripts to tag and export from your CI of choice.
Your components are now released and available to use as packages. Head to the install components section to learn more on installing components.
Use bit snap to pre-release components:
You can also create sematic pre-releases using the following command:
If you prefer a custom CI/CD setup, you can use git push to trigger your preferred CI system. Our provided scripts seamlessly integrate with your workflow: