Skip to content

Instantly share code, notes, and snippets.

@joaoneto
Last active January 18, 2016 17:32
  • Select an option

Select an option

Revisions

  1. joaoneto revised this gist Jan 18, 2016. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion ATOM_PACKAGES.md
    Original file line number Diff line number Diff line change
    @@ -21,5 +21,4 @@
    node-debugger \
    react \
    sort-lines
    sort-lines@0.12.0
    ```
  2. joaoneto created this gist Jan 13, 2016.
    25 changes: 25 additions & 0 deletions ATOM_PACKAGES.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,25 @@
    # Atom Packages
    ```shell
    apm instal \
    aligner \
    atom-beautify \
    autoclose-html \
    autocomplete-paths \
    color-picker \
    editorconfig \
    file-icons \
    language-babel \
    linter \
    linter-csslint \
    linter-eslint \
    linter-htmlhint \
    linter-jscs \
    linter-jshint \
    linter-jsxhint \
    merge-conflicts \
    minimap \
    node-debugger \
    react \
    sort-lines
    sort-lines@0.12.0
    ```