{"id":309,"url":"https://github.com/mehcode/awesome-atom","last_synced_at":"2025-09-29T00:32:22.403Z","repository":{"id":30812906,"uuid":"34370074","full_name":"mehcode/awesome-atom","owner":"mehcode","description":"A curated list of delightful Atom packages and resources.","archived":false,"fork":false,"pushed_at":"2019-01-28T15:57:21.000Z","size":101,"stargazers_count":1919,"open_issues_count":2,"forks_count":111,"subscribers_count":57,"default_branch":"master","last_synced_at":"2025-09-23T02:02:40.404Z","etag":null,"topics":["atom","awesome","awesome-list"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mehcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-22T05:10:30.000Z","updated_at":"2025-09-15T17:48:21.000Z","dependencies_parsed_at":"2022-08-07T15:47:41.793Z","dependency_job_id":null,"html_url":"https://github.com/mehcode/awesome-atom","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mehcode/awesome-atom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fawesome-atom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fawesome-atom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fawesome-atom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fawesome-atom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehcode","download_url":"https://codeload.github.com/mehcode/awesome-atom/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehcode%2Fawesome-atom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277450938,"owners_count":25819971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-28T02:00:08.834Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atom","awesome","awesome-list"],"created_at":"2024-01-05T20:12:51.550Z","updated_at":"2025-09-29T00:32:22.205Z","avatar_url":"https://github.com/mehcode.png","language":null,"readme":"# Awesome Atom [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)\n\nA curated list of delightful Atom packages and resources. For more awesomeness, check out [awesome](https://github.com/sindresorhus/awesome).\n\n## Table of Content\n\n- [Syntax](#syntax)\n- [Lint](#lint)\n- [Build](#build)\n- [Extensions](#extensions)\n  - [Nuclide](#nuclide)\n- [Themes](http://enrmarc.github.io/atom-theme-gallery/)\n- [Collaboration](#collaboration)\n  - [CodeSideStory](#codesidestory)\n- [Uncategorized](#uncategorized)\n  - [Nuclide](#nuclide)\n  - [Advanced Open File](#advanced-open-file)\n  - [Atom Reverser](#atom-reverser)\n  - [Atom Terminal](#atom-terminal)\n  - [Autocomplete module import](#autocomplete-module-import)\n  - [Beautify](#beautify)\n  - [Code Peek](#code-peek)\n  - [Color Picker](#color-picker)\n  - [Copy Paste](#copy-paste)\n  - [CSS Declaration Sorter](#css-declaration-sorter)\n  - [Duplicate Selection](#duplicate-selection)\n  - [Editor Config](#editor-config)\n  - [Emmet](#emmet)\n  - [File Icons](#file-icons)\n  - [Fonts](#fonts)\n  - [Git Time Machine](#git-time-machine)\n  - [html-to-css](#html-to-css)\n  - [iMDone](#imdone)\n  - [Jumpy](#jumpy)\n  - [Merge Conflicts](#merge-conflicts)\n  - [Minimap](#minimap)\n  - [Pigments](#pigments)\n  - [Project Plus](#project-plus)\n  - [Sort lines](#sort-lines)\n  - [Sorter](#sorter)\n  - [Sync Settings](#sync-settings)\n  - [PlatformIO IDE Terminal](#platformio-ide-terminal)\n  - [TernJS](#ternjs)\n  - [Test Navigator](#test-navigator)\n  - [Themer](#themer)\n  - [Toggle Quotes](#toggle-quotes)\n\n## Syntax\n\nLanguage packages extend the editor with syntax highlighting and/or\nsnippets for a specific language or file format.\n\n - [Angular](https://atom.io/packages/angularjs)\n - [Vue.js](https://atom.io/packages/language-vue)\n - [Dockerfile](https://atom.io/packages/language-docker)\n - [Markdown](https://atom.io/packages/language-markdown)\n - [React](https://atom.io/packages/react)\n - [Stylus](https://atom.io/packages/stylus)\n - [Pug](https://atom.io/packages/language-pug)\n - [Tcl](https://atom.io/packages/language-tcl)\n - [TypeScript](https://atom.io/packages/atom-typescript)\n\n## Lint\n\nIn case the awesome nirvana that is linting has not yet been unleashed upon you:\n\u003e lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied generically to tools that flag suspicious usage in software written in any computer language.\n\nTo enable linting, you'll need the general [linter](https://atom.io/packages/linter) which provides the interface for the provider plugins for specific languages. The full list of current plugins can be found at [atomlinter.github.io](http://atomlinter.github.io/), a few examples being:\n\n - C++\n   - [linter-clang](https://atom.io/packages/linter-clang)\n   - [linter-cppcheck](https://atom.io/packages/linter-cppcheck)\n   - [linter-gcc](https://atom.io/packages/linter-gcc) - on-the-fly linting!\n   - [linter-cpplint](https://atom.io/packages/linter-cpplint) - checks against google style guide\n - [CSS](https://atom.io/packages/linter-stylelint) — stylelint\n - [JavaScript](https://atom.io/packages/linter-eslint) — eslint\n - [Python](https://atom.io/packages/linter-pylama) — pylama\n - [SASS](https://atom.io/packages/linter-sass-lint) — sass-lint\n - [Stylus](https://atom.io/packages/linter-stylint) — stylint\n - [TypeScript](https://atom.io/packages/linter-tslint) - tslint\n\n ![atom-linter](https://camo.githubusercontent.com/70b6e697c9d793642414b4ea6d08dbb9678877b3/687474703a2f2f672e7265636f726469742e636f2f313352666d6972507a322e676966)\n\n## Build\n\nTo enable building, you'll need the general [build](https://atom.io/packages/build) which provides the interface for the provider plugins for specific languages and adds integrates with [lint](#lint). The full list of current plugins can be found at [atombuild.github.io](http://atombuild.github.io/), a few examples being:\n\n - [AppleScript](https://atom.io/packages/build-applescript) — oscompile\n - [C/C++/Objective C](https://atom.io/packages/build-xcodebuild) — xcodebuild\n - [CoffeeScript](https://atom.io/packages/build-coffee) - coffee\n - [GNU Make](https://github.com/AtomBuild/atom-build-make) - make\n - [Sass](https://atom.io/packages/build-sass) — sass\n - [TypeScript](https://atom.io/packages/build-tsc) - tsc\n\n ![atom-build](https://camo.githubusercontent.com/ca10be645c7a2024dddc550466e67d692fb411ed/68747470733a2f2f6e6f7365676c69642e6769746875622e696f2f746172676574732d6d616b652e676966)\n\n## Extensions\n\n#### [Nuclide](https://nuclide.io/)\n\u003e An open IDE for web and native mobile development, built on top of Atom maintained by [Facebook](https://github.com/facebook/nuclide).\n\n![](https://nuclide.io/static/images/docs/promo-hack.png)\n\n## Collaboration\n\n#### [CodeSideStory](https://atom.io/packages/codesidestory-atom)\n\u003e An Atom/Slack integration to start conversations about code right from the editor. Record screens and archive it right next to the line number to provide more context to your code.\n\n![](https://storage.googleapis.com/codesidestory/static/media/atom_ss.c29b4b0b.png)\n\n## Uncategorized\n\n#### [Advanced Open File](https://atom.io/packages/advanced-open-file)\n\u003e Helps Atom users to open files and folders easily. It can also creates new files and folders if they don't currently exist.\n\n![](http://osmose.github.io/advanced-open-file/demo.gif)\n\n#### [Atom Reverser](https://atom.io/packages/atom-reverser)\n\u003e Reverses your current selections; e.g. `false` to `true`\n\n![Atom Reverser in action](https://i.imgur.com/YawGVsN.gif)\n\n#### [Atom Terminal](https://atom.io/packages/atom-terminal)\n\u003e Launch terminal app on current file's directory with \"Ctrl-Shift-T\" in Atom.\n\n![](https://raw.githubusercontent.com/karan/atom-terminal/master/terminal.gif)\n\n#### [Autocomplete module import](https://atom.io/packages/autocomplete-module-import)\n\u003e Search \u0026 install npm packages from import/require statements by [Algolia](https://www.algolia.com/)\n\n![](https://camo.githubusercontent.com/53350e9c6d303f60101e1644605fe62f529e45f2/687474703a2f2f672e7265636f726469742e636f2f643576695542385859372e676966)\n\n#### [Beautify](https://atom.io/packages/atom-beautify)\n\u003e [Beautify](https://github.com/beautify-web/js-beautify)\nHTML (including [Handlebars](http://handlebarsjs.com/)),\nCSS (including [Sass](http://sass-lang.com/) and [LESS](http://lesscss.org/)),\nJavaScript, and much more in Atom.\n\n#### [Code Peek](https://atom.io/packages/code-peek)\n\u003e Quickly peek and edit functions in separate files from the context of your current editor.\n\n![Code Peek Demo](https://github.com/DFreds/code-peek-atom/blob/master/code-peek.gif?raw=true)\n\n#### [Color Picker](https://atom.io/packages/color-picker)\n\u003e Color picker that supports HEX, HEXa, RGB, RGBa, HSL, HSLa, HSV, HSVa, VEC3, VEC4 – and is able to convert between the formats. It also inspects Sass and LESS color variables.\n\n![Color Picker in action](https://github.com/thomaslindstrom/color-picker/raw/master/preview.gif)\n\n#### [Copy Paste](https://atom.io/packages/copy-paste)\n\u003e Types in your code for your from the clipboard/buffer. Simply copy the code and hit the shortcut to watch your code being typed. Copy paste is ideal for screencasts and online courses.\n\n#### [CSS Declaration Sorter](https://atom.io/packages/css-declaration-sorter)\n\u003e Sorts your CSS, Less or Sass declarations in Atom, never gets tired. You can choose from various ready-made orders to keep your CSS tidy.\n\n![CSS Declaration Sorter Demo](https://github.com/Siilwyn/css-declaration-sorter-atom/raw/master/show-off.gif)\n\n#### [Duplicate Selection](https://atom.io/packages/duplicate-line-or-selection)\n\u003e Duplicates the selection if there is one, otherwise, duplicates the line.\n\n#### [Editor Config](https://atom.io/packages/editorconfig)\n\u003e [EditorConfig](http://editorconfig.org) helps developers maintain consistent coding styles between different editors\n\n![atom-editor-config](https://f.cloud.github.com/assets/170270/2327994/dfe40cb4-a3f6-11e3-862f-894999973373.png)\n\n#### [Emmet](https://atom.io/packages/emmet)\n\u003e Plugin which greatly improves HTML and CSS writing. Shortcuts can expand to complete set of HTML or CSS selectors.\n\n#### [File Icons](https://atom.io/packages/file-icons)\n\u003e Adds file specific icons to atom for improved visual grepping. Works with Tree View and Fuzzy Finder and Tabs.\n\n#### [Fonts](https://atom.io/packages/fonts)\n\u003e Lots of monospace fonts.\n\n#### [Git Time Machine](https://atom.io/packages/git-time-machine)\n\u003e It shows visual plot of commits to the current file over time and you can click on it on the timeplot or hover over the plot and see all of the commits for a time range.\n\n![git-time-machine](https://i.github-camo.com/62085307dccead1c2f5efdf4d7a40f9cdb777b93/68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f6c6974746c656265652f6769742d74696d652d6d616368696e652f6d61737465722f7265736f75726365732f74696d656d616368696e652e676966)\n\n#### [html-to-css](https://atom.io/packages/html-to-css)\n\u003e Generates CSS boilerplate based on the selected HTML. Supports CSS, SCSS, Sass, LESS, BEM, JSX.\n\n![html-to-css](https://camo.githubusercontent.com/b164c4b7b244006a7bcf7442d8c4b0812e4edcd0/687474703a2f2f64726163756c2e6b696c6c2e706c2f2537456172642f68746d6c746f6373732e676966)\n\n#### [iMDone](https://atom.io/packages/imdone-atom)\n\u003e A task-board for TODOs, FIXMEs, HACKs, etc in your code.\n\n![](https://cloud.githubusercontent.com/assets/441774/9805863/757d5532-5814-11e5-8759-4196bd92c822.gif)\n\n#### [Jumpy](https://atom.io/packages/jumpy)\n\u003e An Atom package that creates dynamic hotkeys to jump around files across visible panes.\n\n![](https://raw.githubusercontent.com/DavidLGoldberg/jumpy/master/_images/jumpy.gif)\n\n#### [Merge Conflicts](https://atom.io/packages/merge-conflicts)\n\u003e Resolve your git merge conflicts in Atom.\n\n![](https://raw.github.com/smashwilson/merge-conflicts/master/docs/conflict-resolution.gif)\n\n#### [Minimap](https://atom.io/packages/minimap)\n\u003e A preview of the full source code.\n\n#### [Pigments](https://atom.io/packages/pigments)\n\u003e A package to display colors in project and files.\n\n![](http://abe33.github.io/atom-pigments/pigments.gif?raw=true)\n\n#### [Project Plus](https://atom.io/packages/project-plus)\n\u003e Simply awesome project management in Atom.\n\n![](https://raw.githubusercontent.com/mehcode/atom-project-plus/master/project-plus.gif)\n\n#### [Sort Lines](https://atom.io/packages/sort-lines)\n\u003e Sorts your lines. Never gets tired.\n\n![](https://camo.githubusercontent.com/59de82a667ea690b778abaa5ba8a407f8659ebb3/68747470733a2f2f662e636c6f75642e6769746875622e636f6d2f6173736574732f323938382f313739363839312f38356536396666322d366139332d313165332d383961632d3331393237663630343539322e676966)\n\n#### [Sorter](https://atom.io/packages/sorter)\n\u003e Sorts Lines, JSON, CSS, HTML, CSV. Restores semicolons. Respects indentation. Supports natural sort.\n\n#### [Sync Settings](https://atom.io/packages/sync-settings)\n\u003e Synchronize package settings, keymap and installed packages across Atom instances.\n\n#### [PlatformIO IDE Terminal](https://atom.io/packages/platformio-ide-terminal)\n\u003e A terminal package for Atom, complete with themes, API and more for PlatformIO IDE.\n\u003e This is a maintained (as of 2017-07-13) fork of terminal-plus.  \n\n![](https://raw.githubusercontent.com/jeremyramin/terminal-plus/master/resources/demo.gif)\n\n#### [TernJS](https://atom.io/packages/atom-ternjs)\n\u003e Javascript code intelligence for atom with tern.js and autocomplete-plus.\n\n### [Test Navigator](https://atom.io/packages/test-navigator)\n\u003e Quickly navigate between test and implementation files.\n\n![Test Navigator Demo](https://github.com/DFreds/test-navigator-atom/blob/master/test-navigator.gif?raw=true)\n\n#### [Themer](https://themer.mjswensen.com)\n\u003e Generate Atom syntax/UI theme packages (and matching themes for your other tools) from your favorite colors.\n\n#### [Toggle Quotes](https://atom.io/packages/toggle-quotes)\n\u003e Quickly toggle between single and double quotes.\n\n#### [Tree View Search Bar](https://atom.io/packages/tree-view-search-bar)\n\u003e Quick look in tree view.\n","funding_links":[],"categories":["Programming","Editors","Technical","Others","Frameworks, runtime environments, editors","编辑器","Uncategorized","Applications","HarmonyOS","Awesome Repos","Live Site:   [searchAwesome](https://search-awesome.vercel.app/)","Other Lists","Themed Directories","工具, 服务"],"sub_categories":["awesome-*","Uncategorized","Bash Learning Resources","Windows Manager","C++","TeX Lists"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehcode%2Fawesome-atom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehcode%2Fawesome-atom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehcode%2Fawesome-atom/lists"}