Bit CheatSheet

?
R
Bash

Add bit.dev to your projects to share atomic components and files https://bit.dev/

1# Producer Scenario
2npm install bit-bin --global
3bit init
4bit login
5bit add <DIRECTORY>
6bit status
7bit tag --all <VERSION>
8bit export <USER>.<COLLECTION>
9
10# Consumer
11bit import codingcloud.utils/reporter -p /src/app/utils --ignore-package-json --merge
12bit import

Created on 6/25/2020