Share components

Bit uses Bit Cloud as its default component hosting platform. To get started, register or log in directly from your terminal:

$bit
Copiedcopy
See command synopsis

You only need to log in once. Bit Cloud is providing a complete solution for effortlessly sharing and reusing components across all your projects.

Releasing components

Use tag to sematic version your components:

$bit
Copiedcopy
See command synopsis

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.

$bit
Copiedcopy
See command synopsis

Your components are now released and available to use as packages. Head to the install components section to learn more on installing components.

Pre-releases

Use bit snap to pre-release components:

$bit
Copiedcopy
See command synopsis

You can also create sematic pre-releases using the following command:

$bit
Copiedcopy
See command synopsis

Custom CI/CD setup

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:

Learn more