https://github.com/willowtreeapps/code-analysis-web
https://github.com/willowtreeapps/code-analysis-web
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/willowtreeapps/code-analysis-web
- Owner: willowtreeapps
- Created: 2016-09-02T18:34:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T13:43:45.000Z (over 7 years ago)
- Last Synced: 2024-04-14T23:17:08.405Z (about 2 years ago)
- Language: HTML
- Size: 4.88 KB
- Stars: 1
- Watchers: 16
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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