Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 23 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,35 @@
# write-readable-javascript-code
# Write Readable JavaScript Code


# ![banner](https://user-images.githubusercontent.com/10891613/46139520-58221b00-c281-11e8-9ca4-76304256987a.png)


## English

- [clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) - 🛁 Clean Code concepts adapted for JavaScript.
- [javascript](https://github.com/airbnb/javascript) - Airbnb JavaScript Style Guide.
- [standard](https://github.com/standard/standard) - 🌟 JavaScript Standard Style.
- [Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html) - Google JavaScript Style Guide.
- [node-style-guide](https://github.com/felixge/node-style-guide) - A guide for styling your node.js / JavaScript code.
- [nodebestpractices](https://github.com/i0natan/nodebestpractices) - The largest Node.JS best practices list (September 2018)
- [project-guidelines](https://github.com/elsewhencode/project-guidelines) - A set of best practices for JavaScript projects.
- [mostly-adequate-guide](https://github.com/MostlyAdequate/mostly-adequate-guide) - Mostly adequate guide to FP (in javascript).
- [js-the-right-way](https://github.com/braziljs/js-the-right-way) - An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web.
- [Guiders-JS](https://github.com/pickhardt/Guiders-JS) - Guiders.js: A Javascript library for guiders.
- [frontend-guidelines](https://github.com/bendc/frontend-guidelines) - Some HTML, CSS and JS best practices.
- [react-styleguidist](https://github.com/styleguidist/react-styleguidist) - Isolated React component development environment with a living style guide.
- [vuejs-component-style-guide](https://github.com/pablohpsilva/vuejs-component-style-guide) - Vue.js Component Style Guide.
- [angular-styleguide](https://github.com/johnpapa/angular-styleguide) - Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.
- [clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) ![Star](https://img.shields.io/github/stars/ryanmcdermott/clean-code-javascript.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/ryanmcdermott/clean-code-javascript.svg?style=flat-square&label=Fork) - 🛁 Clean Code concepts adapted for JavaScript.
- [javascript](https://github.com/airbnb/javascript) ![Star](https://img.shields.io/github/stars/airbnb/javascript.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/airbnb/javascript.svg?style=flat-square&label=Fork) - Airbnb JavaScript Style Guide.
- [standard](https://github.com/standard/standard) ![Star](https://img.shields.io/github/stars/standard/standard.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/standard/standard.svg?style=flat-square&label=Fork) - 🌟 JavaScript Standard Style.
- [Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html) ![Star](https://img.shields.io/github/stars/google/styleguide.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/google/styleguide.svg?style=flat-square&label=Fork) - Google JavaScript Style Guide.
- [node-style-guide](https://github.com/felixge/node-style-guide) ![Star](https://img.shields.io/github/stars/felixge/node-style-guide.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/felixge/node-style-guide.svg?style=flat-square&label=Fork) - A guide for styling your node.js / JavaScript code.
- [nodebestpractices](https://github.com/i0natan/nodebestpractices) ![Star](https://img.shields.io/github/stars/i0natan/nodebestpractices.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/i0natan/nodebestpractices.svg?style=flat-square&label=Fork) - The largest Node.JS best practices list (September 2018)
- [project-guidelines](https://github.com/elsewhencode/project-guidelines) ![Star](https://img.shields.io/github/stars/elsewhencode/project-guidelines.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/elsewhencode/project-guidelines.svg?style=flat-square&label=Fork) - A set of best practices for JavaScript projects.
- [mostly-adequate-guide](https://github.com/MostlyAdequate/mostly-adequate-guide) ![Star](https://img.shields.io/github/stars/MostlyAdequate/mostly-adequate-guide.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/MostlyAdequate/mostly-adequate-guide.svg?style=flat-square&label=Fork) - Mostly adequate guide to FP (in javascript).
- [js-the-right-way](https://github.com/braziljs/js-the-right-way) ![Star](https://img.shields.io/github/stars/braziljs/js-the-right-way.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/braziljs/js-the-right-way.svg?style=flat-square&label=Fork) - An easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web.
- [Guiders-JS](https://github.com/pickhardt/Guiders-JS) ![Star](https://img.shields.io/github/stars/pickhardt/Guiders-JS.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/pickhardt/Guiders-JS.svg?style=flat-square&label=Fork) - Guiders.js: A Javascript library for guiders.
- [frontend-guidelines](https://github.com/bendc/frontend-guidelines) ![Star](https://img.shields.io/github/stars/bendc/frontend-guidelines.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/bendc/frontend-guidelines.svg?style=flat-square&label=Fork) - Some HTML, CSS and JS best practices.
- [react-styleguidist](https://github.com/styleguidist/react-styleguidist) ![Star](https://img.shields.io/github/stars/styleguidist/react-styleguidist.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/styleguidist/react-styleguidist.svg?style=flat-square&label=Fork) - Isolated React component development environment with a living style guide.
- [vuejs-component-style-guide](https://github.com/pablohpsilva/vuejs-component-style-guide) ![Star](https://img.shields.io/github/stars/pablohpsilva/vuejs-component-style-guide.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/pablohpsilva/vuejs-component-style-guide.svg?style=flat-square&label=Fork) - Vue.js Component Style Guide.
- [angular-styleguide](https://github.com/johnpapa/angular-styleguide) ![Star](https://img.shields.io/github/stars/johnpapa/angular-styleguide.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/johnpapa/angular-styleguide.svg?style=flat-square&label=Fork) - Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.


## Chinese

- [clean-code-js](https://github.com/alivebao/clean-code-js) - clean-code-javascript 中文版.
- [javascript-style-guide](https://github.com/sivan/javascript-style-guide) - Airbnb JavaScript Style Guide 中文版.
- [clean-code-js](https://github.com/alivebao/clean-code-js) ![Star](https://img.shields.io/github/stars/alivebao/clean-code-js.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/alivebao/clean-code-js.svg?style=flat-square&label=Fork) - clean-code-javascript 中文版.
- [javascript-style-guide](https://github.com/sivan/javascript-style-guide) ![Star](https://img.shields.io/github/stars/sivan/javascript-style-guide.svg?style=flat-square&label=Stars) ![Fork](https://img.shields.io/github/forks/sivan/javascript-style-guide.svg?style=flat-square&label=Fork) - Airbnb JavaScript Style Guide 中文版.


## Update
🌟 ~~Update star once a month~~ Add auto update stars and fork, so welcome star this repo.

## Contribution
👏 Welcome PR