Skip to content

Latest commit

History

History
44 lines (29 loc) 路 1.05 KB

CONTRIBUTING.md

File metadata and controls

44 lines (29 loc) 路 1.05 KB

Develop and contribute

Setup

git clone git@github.com:frinyvonnick/gitmoji-changelog.git

cd gitmoji-changelog && yarn

We are using lerna and yarn workspaces to split the library in modules:

Usage locally

node [path-to-gitmoji-changelog-folder]/packages/gitmoji-changelog-cli/src/index.js

Run unit tests

yarn test
# or
yarn test --watch

Run e2e tests

yarn test:e2e

Run linter

We are using airbnb-base as linter:

yarn lint