An open API service indexing awesome lists of open source software.

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!!

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