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