From 26579399c0050a09db46103a8ca5037a7a9f0895 Mon Sep 17 00:00:00 2001 From: kingzez Date: Fri, 28 Sep 2018 22:55:47 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=93=9A=20Docs:=20Add=20repo=20star=20?= =?UTF-8?q?amount?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 34de404..708ea14 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# write-readable-javascript-code +# Write Readable JavaScript Code # ![banner](https://user-images.githubusercontent.com/10891613/46139520-58221b00-c281-11e8-9ca4-76304256987a.png) @@ -6,24 +6,30 @@ ## 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 β˜…19378](https://github.com/ryanmcdermott/clean-code-javascript) - πŸ› Clean Code concepts adapted for JavaScript. +- [javascript β˜…76423](https://github.com/airbnb/javascript) - Airbnb JavaScript Style Guide. +- [standard β˜…19238](https://github.com/standard/standard) - 🌟 JavaScript Standard Style. +- [Google JavaScript Style Guide β˜…16784](https://google.github.io/styleguide/jsguide.html) - Google JavaScript Style Guide. +- [node-style-guide β˜…4428](https://github.com/felixge/node-style-guide) - A guide for styling your node.js / JavaScript code. +- [nodebestpractices β˜…17492](https://github.com/i0natan/nodebestpractices) - The largest Node.JS best practices list (September 2018) +- [project-guidelines β˜…17941](https://github.com/elsewhencode/project-guidelines) - A set of best practices for JavaScript projects. +- [mostly-adequate-guide β˜…14599](https://github.com/MostlyAdequate/mostly-adequate-guide) - Mostly adequate guide to FP (in javascript). +- [js-the-right-way β˜…7074](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 β˜…1678](https://github.com/pickhardt/Guiders-JS) - Guiders.js: A Javascript library for guiders. +- [frontend-guidelines β˜…7228](https://github.com/bendc/frontend-guidelines) - Some HTML, CSS and JS best practices. +- [react-styleguidist β˜…5653](https://github.com/styleguidist/react-styleguidist) - Isolated React component development environment with a living style guide. +- [vuejs-component-style-guide β˜…2220](https://github.com/pablohpsilva/vuejs-component-style-guide) - Vue.js Component Style Guide. +- [angular-styleguide β˜…24071](https://github.com/johnpapa/angular-styleguide) - 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 β˜…840](https://github.com/alivebao/clean-code-js) - clean-code-javascript δΈ­ζ–‡η‰ˆ. +- [javascript-style-guide β˜…1376](https://github.com/sivan/javascript-style-guide) - Airbnb JavaScript Style Guide δΈ­ζ–‡η‰ˆ. + +## Update +🌟 Update star once a month, so welcome star this repo. + +## Contribution +πŸ‘ Welcome PR \ No newline at end of file From 4e57c7c6bfab01cfdb4382ef022a23869ff4058e Mon Sep 17 00:00:00 2001 From: wangzezhi Date: Mon, 8 Oct 2018 00:28:28 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=9A=20Docs:=20Add=20auto=20update?= =?UTF-8?q?=20stars=20and=20fork?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 708ea14..e4f17ca 100644 --- a/README.md +++ b/README.md @@ -6,30 +6,30 @@ ## English -- [clean-code-javascript β˜…19378](https://github.com/ryanmcdermott/clean-code-javascript) - πŸ› Clean Code concepts adapted for JavaScript. -- [javascript β˜…76423](https://github.com/airbnb/javascript) - Airbnb JavaScript Style Guide. -- [standard β˜…19238](https://github.com/standard/standard) - 🌟 JavaScript Standard Style. -- [Google JavaScript Style Guide β˜…16784](https://google.github.io/styleguide/jsguide.html) - Google JavaScript Style Guide. -- [node-style-guide β˜…4428](https://github.com/felixge/node-style-guide) - A guide for styling your node.js / JavaScript code. -- [nodebestpractices β˜…17492](https://github.com/i0natan/nodebestpractices) - The largest Node.JS best practices list (September 2018) -- [project-guidelines β˜…17941](https://github.com/elsewhencode/project-guidelines) - A set of best practices for JavaScript projects. -- [mostly-adequate-guide β˜…14599](https://github.com/MostlyAdequate/mostly-adequate-guide) - Mostly adequate guide to FP (in javascript). -- [js-the-right-way β˜…7074](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 β˜…1678](https://github.com/pickhardt/Guiders-JS) - Guiders.js: A Javascript library for guiders. -- [frontend-guidelines β˜…7228](https://github.com/bendc/frontend-guidelines) - Some HTML, CSS and JS best practices. -- [react-styleguidist β˜…5653](https://github.com/styleguidist/react-styleguidist) - Isolated React component development environment with a living style guide. -- [vuejs-component-style-guide β˜…2220](https://github.com/pablohpsilva/vuejs-component-style-guide) - Vue.js Component Style Guide. -- [angular-styleguide β˜…24071](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 β˜…840](https://github.com/alivebao/clean-code-js) - clean-code-javascript δΈ­ζ–‡η‰ˆ. -- [javascript-style-guide β˜…1376](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, so welcome star this repo. +🌟 ~~Update star once a month~~ Add auto update stars and fork, so welcome star this repo. ## Contribution πŸ‘ Welcome PR \ No newline at end of file