/frontend-utils

Shared bit component library

Primary LanguageTypeScript

frontend-utils

Shared bit component library

Required tools

  • bash@^4
  • jq@^jq-1.6

Env

bit

First, you have to install bvm command, which is is a version manager for Bit.

yarn global add @teambit/bvm

Then, the latest bit command is installed.

bvm install

After the bit command was been installed, you make the monoid.monoid scope on bit visible doing login to bit.dev.

bit login --port 58085

Commit

Follow the Conventional Commit syntax.

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Install in other repositories

bash -c "$(curl -sSf -o- https://raw.githubusercontent.com/MonoidDev/frontend-utils/main/sh/init.sh)"
# intaracting...