Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toxblh/atom-package
:atom: Best atom packages for frontend development
https://github.com/toxblh/atom-package
atom atom-packages
Last synced: 3 months ago
JSON representation
:atom: Best atom packages for frontend development
- Host: GitHub
- URL: https://github.com/toxblh/atom-package
- Owner: Toxblh
- License: mit
- Created: 2016-09-12T07:20:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T22:25:51.000Z (over 7 years ago)
- Last Synced: 2024-03-03T17:33:11.418Z (11 months ago)
- Topics: atom, atom-packages
- Language: CSS
- Homepage:
- Size: 10.7 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
![]()
## How to install packages and settings atom:
* Add in you system font https://github.com/tonsky/FiraCode
* git clone https://github.com/Toxblh/atom-package.git
* cd atom-package
* ./restore.sh## How to backup:
./backup.shIf you want use manual commands:
```apm list --installed --bare | grep '\(.*\)@' -o | sed -e 's/@//g' > package-list.txt``` - to create your package list and then
```apm install --packages-file package-list.txt``` - to install them.## For windows
1. For available commands ```apm``` and ```atom``` you need add to PATH ```%LOCALAPPDATA%\atom\bin```
2. Next ```apm install --packages-file package-list.txt```
3. Copy ```config.cson``` to ```C:/Users/%USER%/.atom```
4. And copy ```style.less``` to ```C:/Users/%USER%/.atom```License MIT