Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 614 Bytes

CONVENTIONS.md

File metadata and controls

19 lines (11 loc) · 614 Bytes

Conventions for uPortal Components

Overview

Each component in uPortal Components has it's own subproject/folder under the @uportal folder.

Folder Structure

  • Files shared by all sub-projects are at the top level
  • docs holds the documentation hosted on github pages
  • @uportal holds each of the components, each sub-folder is released independently to npm

Code Style

This project follows the Google JavaScript code style.

Commit Message Style

This project follows the conventional commit standard.