https://github.com/varunkumar/front-end-notes
Curated list of front end tools and plugins. !!Stale. Not maintained!!
https://github.com/varunkumar/front-end-notes
Last synced: 4 months ago
JSON representation
Curated list of front end tools and plugins. !!Stale. Not maintained!!
- Host: GitHub
- URL: https://github.com/varunkumar/front-end-notes
- Owner: varunkumar
- Created: 2015-02-05T07:34:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-06T10:38:52.000Z (over 11 years ago)
- Last Synced: 2024-05-02T05:52:30.379Z (about 2 years ago)
- Homepage:
- Size: 293 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Front end goodies
Curated list of front end goodies - articles, tools and plugins
## Styleguides for HTML/CSS/JS
* [Google Styleguide](http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml)
* [CodeGuide by @mdo](http://codeguide.co/)
## Styleguide Generators
* [Hologram](https://github.com/trulia/hologram)
* [More](https://github.com/davidhund/styleguide-generators)
## CSS
### Class Definition Model
* [BEM definition](https://bem.info/method/definitions/), [BEM Naming convention](http://webdesign.tutsplus.com/articles/an-introduction-to-the-bem-methodology--cms-19403)
* [Attribute Module CSS](https://amcss.github.io/). JavaScript library to manipulate on attribute modules -- (https://github.com/oliver-eifler/am.js)
## Editor Plugins
* [EditorConfig](http://editorconfig.org/)
### Sublime
* [File Diff](https://github.com/colinta/SublimeFileDiffs)
* [Emmet aka ZenCoding](https://github.com/sergeche/emmet-sublime) - Handy tool for web developers with auto-completion and DOM generation, element matching, etc.
* [ToDoReview](https://github.com/jonathandelgado/SublimeTodoReview) - View the list of ToDos in the project
* [HTML/CSS/JS Prettify](https://github.com/victorporof/Sublime-HTMLPrettify) - Formatting HTML/CSS/JS
* [JSHint](https://github.com/victorporof/Sublime-JSHint) - Static code analyzer for JavaScript based on Douglas Crockford's JSLint
* [DocBlockr](https://github.com/spadgos/sublime-jsdocs) - Plugin for filling documentation templates