Repository for the USupport Components Library.
The USupport Components Library will be used as a gitsubmodule library within all the Web UI interfaces of the USuppoort project.
To clone the source code use:
git clone [email protected]:UNICEFECAR/USupport-components-library.git
To install all the dependencies use:
npm install
To create a new component, please use the provided bash script create-component.bash
. By executing the following command from the root directory of the project:
chmod +x create-component.bash
./create-component.bash
Then, you will be prompted to provide component name, component description, and component group to which the component belongs.
- Features `feature/{branch_name}
- Bugs `bug/{branch_name}
- Hotfixes `hotfix/{branch_name}
- Create:
[commit message]
(create a new component) - Add:
[commit message]
(addition to an existing component) - Fix:
[commit message]
(fix a bug within an existing component) - Refactor:
[commit message]
(refactor an existing component)