Skip to content
Streamline modern component development and reuse.
TypeScript JavaScript CSS Vue Shell PowerShell
Branch: prod
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci circle ci windows (#2573) Apr 16, 2020
.github Update PULL_REQUEST_TEMPLATE.md Oct 3, 2019
bin upgrade typescript to v3.8.3 (#2592) Apr 17, 2020
components feat(performance): allow creating a faster capsule (#2162) Dec 6, 2019
e2e fix remaining e2e-tests to not interact with "bit.dev" (#2607) Apr 21, 2020
fixtures resolve #2512, fix react-docs to preserve spaces/tabs of @example (#2577 Apr 13, 2020
resources remove not needed files, fix some lint issues (#1902) Aug 6, 2019
scripts upgrade typescript to v3.8.3 (#2592) Apr 17, 2020
src upgrade typescript to v3.8.3 (#2592) Apr 17, 2020
.bitmap update package-lock and .bitmap bit version Aug 22, 2019
.editorconfig Added .editorconfig Mar 6, 2017
.eslintignore Enable eslint plugin "@typescript-eslint-recommended" (#2077) Oct 18, 2019
.eslintrc.js implement #2539, linting - add complexity rule, change no-console and… Apr 3, 2020
.flowconfig update flow-bin package to the latest version (0.66.0) (#823) Mar 3, 2018
.gitignore add d.ts generation with typescript compiler (#2123) Nov 13, 2019
.prettierrc Refactor, convert all source files from javascript (Flow) to TypeScri… Oct 6, 2019
.snyk fix: package.json & .snyk to reduce vulnerabilities (#2054) Oct 6, 2019
CHANGELOG.md upgrade typescript to v3.8.3 (#2592) Apr 17, 2020
CODE_OF_CONDUCT.md bit.dev domain (#1496) Mar 18, 2019
CONTRIBUTING.md resolve #2268, prevent logger from holding the terminal once a comman… Feb 7, 2020
Jenkinsfile Remove brew scripts(#307) Sep 25, 2017
LICENSE bit.dev domain (#1496) Mar 18, 2019
README.md Fixed broken link leading to quick start guide (#2338) Feb 14, 2020
appveyor.yml Fix and improve performance tests (#1853) Jul 24, 2019
babel-register.js Refactor, convert all source files from javascript (Flow) to TypeScri… Oct 6, 2019
babel.config.js Refactor, convert all source files from javascript (Flow) to TypeScri… Oct 6, 2019
bit.json Feature Isolator (FS Capsule) (#1411) Jun 11, 2019
package-lock.json update bit-javascript to avoid the warning "You are currently running… Apr 17, 2020
package.json update bit-javascript to avoid the warning "You are currently running… Apr 17, 2020
sonar-project.properties add sonar-project.properties Jan 28, 2018
tsconfig.json Enable typescript strict mode (#2084) Oct 23, 2019
tsconfig.types-clean.json new types generation into file and clean e2e (#2238) Jan 13, 2020
tsconfig.types.json add d.ts generation with typescript compiler (#2123) Nov 13, 2019

README.md

apache prs Appveyor Status Circle Status styled with prettier Join Slack Tweet

Bit is the platform for collaborating on components

Bit Workflow

DocumentationTutorialsQuick start guide Workflowsbit.dev components cloudVideo demo

What is Bit? 🤔

Bit is an open-source cli tool for collaborating on isolated components across projects and repositories.
Use Bit to distribute discrete components from a design library or a project into a standalone reusable package and utilize it across applications.
You can set up your own server for components collaboration, or use the bit.dev cloud hosting for private and public components sharing.

Why Bit? 🎖️

Bit facilitates the process of collaborating on UI components. Team members can share, maintain, and synchronize isolated components from different projects.

Bit allows teams to:

  • Increase code reusability
  • Increase design and development efficiency
  • Retain UI and UX consistency
  • Increase project's stability

Key Features 🔑

  • Extract a component for sharing directly from an existing library or project.
  • Validate the component's independence by building and testing each component separately from the rest of the project.
  • Change the source code of shared components from any application that utilizes it.
  • Get published changes in components on top of local modifications.
  • Contribute back changes made to components directly from the consuming applications.
  • Automatically wrap each component as an npm package.
  • Distribute discrete components instead of a single massive package.
  • Automate component versioning according to changes in its dependencies.
  • Use with leading frameworks and tools: React, Vue, Angular, Mocha, Jest.
  • Works alongside Git, NPM, and Yarn.

Bit is working with Javascript and Javascript frameworks:

Installation 🚪

Using npm:

npm install bit-bin --global

Using yarn:

yarn global add bit-bin  

Bit cli requires node 8.12 and above. Check other installation methods.

bit.dev cloud 🌩️

Use bit.dev cloud hosting solution as a shared server and showcase for your components.

Contributing 🎗️

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

See Contributing.

License 💮

Apache License, Version 2.0 Analytics

You can’t perform that action at this time.