git clone [email protected]:frinyvonnick/gitmoji-changelog.git
cd gitmoji-changelog && yarn
We are using lerna and yarn workspaces to split the library in modules:
- gitmoji-changelog-cli - the full-featured command line interface
- gitmoji-changelog-core - the core lib generating changelog
- gitmoji-changelog-markdown - the markdown changelog file writer
node [path-to-gitmoji-changelog-folder]/packages/gitmoji-changelog-cli/src/index.js
yarn test
# or
yarn test --watch
yarn test:e2e
We are using airbnb-base as linter:
yarn lint