Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ bit Public
forked from teambit/bit

The shortest way to reuse atomic UI components between projects.

License

fragno/bit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apache prs Gitter chat Discourse status Appveyor Status Circle Status styled with prettier Tweet

Bit is the shortest way to reuse atomic components between projects

Bit Workflow

DocumentationTutorialsQuick start guide Workflowsbit.dev components cloudVideo demoGitterTwitter

What is Bit? 🤔

Bit is an open-source cli tool for sharing components across projects and repositories.
Use Bit to turn a component inside an application into a standalone reusable package and share it with other projects.
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 simplifies the process of collaborating on UI components. Team members can share, maintain, and synchronize small atomic components from different projects.

This 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 project.
  • Validate the component's independence by building and testing each component separately from the rest of the application.
  • Change the source code of shared components from any project that utilizes it.
  • Get published changes in components on top of local modifications.
  • Contribute back changes made to components directly from your project.
  • Let Bit auto-generate npm package for each component.
  • Distribute small atomic components instead of a bloated 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

About

The shortest way to reuse atomic UI components between projects.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 96.4%
  • JavaScript 1.9%
  • CSS 0.7%
  • Vue 0.7%
  • Shell 0.2%
  • PowerShell 0.1%