Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4e57c7c

Browse files
wangzezhikingzez
wangzezhi
authored andcommitted
πŸ“š Docs: Add auto update stars and fork
1 parent 2657939 commit 4e57c7c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

β€ŽREADME.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@
66

77
## English
88

9-
- [clean-code-javascript β˜…19378](https://github.com/ryanmcdermott/clean-code-javascript) - πŸ› Clean Code concepts adapted for JavaScript.
10-
- [javascript β˜…76423](https://github.com/airbnb/javascript) - Airbnb JavaScript Style Guide.
11-
- [standard β˜…19238](https://github.com/standard/standard) - 🌟 JavaScript Standard Style.
12-
- [Google JavaScript Style Guide β˜…16784](https://google.github.io/styleguide/jsguide.html) - Google JavaScript Style Guide.
13-
- [node-style-guide β˜…4428](https://github.com/felixge/node-style-guide) - A guide for styling your node.js / JavaScript code.
14-
- [nodebestpractices β˜…17492](https://github.com/i0natan/nodebestpractices) - The largest Node.JS best practices list (September 2018)
15-
- [project-guidelines β˜…17941](https://github.com/elsewhencode/project-guidelines) - A set of best practices for JavaScript projects.
16-
- [mostly-adequate-guide β˜…14599](https://github.com/MostlyAdequate/mostly-adequate-guide) - Mostly adequate guide to FP (in javascript).
17-
- [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.
18-
- [Guiders-JS β˜…1678](https://github.com/pickhardt/Guiders-JS) - Guiders.js: A Javascript library for guiders.
19-
- [frontend-guidelines β˜…7228](https://github.com/bendc/frontend-guidelines) - Some HTML, CSS and JS best practices.
20-
- [react-styleguidist β˜…5653](https://github.com/styleguidist/react-styleguidist) - Isolated React component development environment with a living style guide.
21-
- [vuejs-component-style-guide β˜…2220](https://github.com/pablohpsilva/vuejs-component-style-guide) - Vue.js Component Style Guide.
22-
- [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.
9+
- [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.
10+
- [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.
11+
- [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.
12+
- [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.
13+
- [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.
14+
- [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)
15+
- [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.
16+
- [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).
17+
- [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.
18+
- [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.
19+
- [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.
20+
- [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.
21+
- [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.
22+
- [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.
2323

2424

2525
## Chinese
2626

27-
- [clean-code-js β˜…840](https://github.com/alivebao/clean-code-js) - clean-code-javascript δΈ­ζ–‡η‰ˆ.
28-
- [javascript-style-guide β˜…1376](https://github.com/sivan/javascript-style-guide) - Airbnb JavaScript Style Guide δΈ­ζ–‡η‰ˆ.
27+
- [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 δΈ­ζ–‡η‰ˆ.
28+
- [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 δΈ­ζ–‡η‰ˆ.
2929

3030

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

3434
## Contribution
3535
πŸ‘ Welcome PR

0 commit comments

Comments
(0)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /