Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/vijaysutrave/frontend-editor-setup
- Owner: vijaysutrave
- License: mit
- Created: 2017-05-26T17:41:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T18:58:17.000Z (over 7 years ago)
- Last Synced: 2024-12-14T22:37:06.652Z (26 days ago)
- Topics: editor, front-end, front-end-development
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)