Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 860 Bytes

GUIDELINES.md

File metadata and controls

22 lines (18 loc) · 860 Bytes

Contributor Guidelines

General:

  1. Tool/plugin used:
    1. Visual studio code
    2. Language - Typescript latest version
    3. Code linting and formatting for Typescript - StandardJs plugin
  2. Naming convention:
    1. Folders: small case separated by hypen (-) also known as kebab case
    2. Files: Camel case with first letter in capital case
  3. Folder structure:
    1. src - consists of source files
    2. dist - distributable files
    3. test - consists of test files arranged accordingly with src folder.
    4. docs - consists of code documentation files
  4. Build Jobs:
    1. Gulp (NPM package)

Web and Mobile

  1. Please follow angular-cli naming convention