Install Atom Packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
apm install angularjs | |
apm install api-blueprint-preview | |
apm install apiary-highlighter | |
apm install atom-beautify | |
apm install atom-jasmine | |
apm install atom-prettify | |
apm install atom-ternjs | |
apm install autocomplete | |
apm install coverage-gutter | |
apm install cucumber | |
apm install editor-stats | |
apm install editorconfig | |
apm install elm-format | |
apm install elm-navigator | |
apm install elmjutsu | |
apm install fixmyjs | |
apm install git-history | |
apm install ionic-framework-snippets | |
apm install ionic-preview | |
apm install jscs-fixer | |
apm install jsformat | |
apm install language-api-blueprint | |
apm install language-babel | |
apm install language-elm | |
apm install language-gherkin | |
apm install language-terraform | |
apm install lcov-info | |
apm install linter | |
apm install linter-codeclimate | |
apm install linter-eslint | |
apm install linter-js-standard | |
apm install linter-jscs | |
apm install linter-jshint | |
apm install linter-terraform-syntax | |
apm install meteor-api | |
apm install meteor-helper | |
apm install meteor-snippets | |
apm install nice-index | |
apm install pigments | |
apm install pretty-json | |
apm install react | |
apm install react-snippets | |
apm install scrapfy | |
apm install script | |
apm install Stylus | |
apm install sync-settings | |
apm install teletype | |
apm install terminal-plus | |
apm install terraform-fmt | |
apm install travis-ci-status |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment