Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joseluisq/atom-essentials
Some essential packages for more friendly development in Atom.
https://github.com/joseluisq/atom-essentials
atom atom-essentials essential-packages
Last synced: 23 days ago
JSON representation
Some essential packages for more friendly development in Atom.
- Host: GitHub
- URL: https://github.com/joseluisq/atom-essentials
- Owner: joseluisq
- Created: 2015-06-25T17:39:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T07:28:41.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T04:23:29.143Z (9 months ago)
- Topics: atom, atom-essentials, essential-packages
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Atom Essentials Packages
> Some essential packages for more friendly development in [Atom](https://atom.io/).
## Packages
Includes Javascript (ES6), PHP, Fish Shell, Laravel Blade, ReactJS, VueJS and some fancy packages.Feel free to customize [the "install packages" script](././install.sh).
```sh
~> apm ls -pCommunity Packages (22) /home/joseluis/.atom/packages
├── atom-autocomplete-php
├── atom-ternjs
├── autocomplete-paths
├── docblockr
├── editorconfig
├── emmet
├── environment
├── file-icons
├── language-blade
├── language-fish-shell
├── language-vue
├── linter
├── linter-js-standard
├── linter-php
├── linter-sass-lint
├── local-history
├── minimap
├── php-cs-fixer
├── pigments
├── react
├── standard-formatter
└── vue-autocomplete
```## Install
Once that Atom has been installed in your computer, run the [install script](./install.sh):via cURL:
```sh
$ curl -o- https://raw.githubusercontent.com/joseluisq/atom-essentials/master/install.sh | bash
```or Wget:
```sh
$ wget -qO- https://raw.githubusercontent.com/joseluisq/atom-essentials/master/install.sh | bash
```View [Atom packages site](https://atom.io/packages) for more awesome packages.
## License
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, [José Luis Quintana](http://git.io/joseluisq
) has waived all copyright and related or neighboring rights to this work.