Khaiduc03 / Fjob-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commit message convention

  • fix: Bug fixes, e.g. fix Button color on DarkTheme.
  • feat: New features, e.g. add Snackbar component.
  • refactor: Code refactor, e.g. new folder structure for components.
  • docs: Changes into documentation, e.g. add usage example for Button.
  • test: Adding or updating tests, eg unit, snapshot testing.
  • chore: Tooling changes, e.g. change circleci config.
  • BREAKING CHANGE: For changes that break existing usage, e.g. change API of a component.

Installation

Install the package:

$ yarn install

Reinstall the package, it will remove node_modules folder :

$ yarn reinstall

About


Languages

Language:TypeScript 94.8%Language:Java 2.1%Language:Ruby 1.0%Language:JavaScript 0.7%Language:Objective-C 0.6%Language:Shell 0.4%Language:Objective-C++ 0.3%