An open API service indexing awesome lists of open source software.

https://github.com/willowtreeapps/code-analysis-web


https://github.com/willowtreeapps/code-analysis-web

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Code Analysis

See comments in `index.html` for instructions.

## Run

Open `index.html` in Google Chrome.

## Style Guide

### Git Commit Messages

- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
- Limit the first line to 72 characters or less
- Reference issues and pull requests liberally
- Consider starting the commit message with an applicable emoji:
- **Improvements**
- :art: `:art:` when improving the format/structure of the code
- :fire: `:fire:` when removing code or files
- :tada: `:tada:` when adding a feature
- :goat: `:goat:` when improving performance
- **Misc**
- :memo: `:memo:` when writing docs
- **Dependencies**
- :arrow_up: `:arrow_up:` when upgrading dependencies
- :arrow_down: `:arrow_down:` when downgrading dependencies

### React Styles

- Always favor stateless components