Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vijaysutrave/frontend-editor-setup

Sets up your editor for Front End Development :stew:
https://github.com/vijaysutrave/frontend-editor-setup

editor front-end front-end-development

Last synced: 1 day ago
JSON representation

Sets up your editor for Front End Development :stew:

Awesome Lists containing this project

README

        

# frontend-editor-setup
Sets up your fav editor for Front End Development.

Modern Front End Development is a lot easier with plugins / packages that your IDE provides. `frontend-editor-setup` sets up the most commonly used packages in Front End Development on your editor.

## Installation
``` npm install -g frontend-editor-setup```

## Running
```frontend-editor-setup -e sublime``` or
```frontend-editor-setup -e atom```

## What's Included?
- Babel
- CSScomb
- ESLint
- JavaScript & NodeJS Snippets
- SCSS
- Git
- Emmet
more to come..

## Future
- Package config
- Support other editors like VS, Brackets
- More options

## License
MIT © [vijaysutrave](https://github.com/vijaysutrave)