Skip to content

Instantly share code, notes, and snippets.

@jimmi-joensson
jimmi-joensson / bit_workflow.md
Last active February 19, 2020 12:06
Bit Workflow

Working with Bit

The bit-cli has to be installed and initialized in the project

There are two ways to import and work with Bit components.

  • npm install for just using the component
  • bit import to work and change the component

NPM

First make sure @bit:registry=https://node.bit.dev is added to client/.npmrc. This registers bit's scope to npm.

@wenzhixin
wenzhixin / ubuntu14.04-command-line-install-android-sdk
Last active January 16, 2024 21:15
Ubuntu 14.04 command line install android sdk
# install openjdk
sudo apt-get install openjdk-7-jdk
# download android sdk
wget http://dl.google.com/android/android-sdk_r24.2-linux.tgz
tar -xvf android-sdk_r24.2-linux.tgz
cd android-sdk-linux/tools
# install all sdk packages