{"id":13646216,"url":"https://github.com/atom/apm","last_synced_at":"2025-09-28T23:32:10.615Z","repository":{"id":40685810,"uuid":"9916379","full_name":"atom/apm","owner":"atom","description":"Atom Package Manager","archived":true,"fork":false,"pushed_at":"2022-09-28T10:52:02.000Z","size":54950,"stargazers_count":1267,"open_issues_count":198,"forks_count":292,"subscribers_count":66,"default_branch":"master","last_synced_at":"2024-05-08T20:54:40.218Z","etag":null,"topics":["atom","atom-packages"],"latest_commit_sha":null,"homepage":"https://atom.io/packages","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-07T16:27:05.000Z","updated_at":"2024-05-03T08:52:37.000Z","dependencies_parsed_at":"2022-07-20T14:02:08.518Z","dependency_job_id":null,"html_url":"https://github.com/atom/apm","commit_stats":null,"previous_names":[],"tags_count":283,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom%2Fapm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom%2Fapm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom%2Fapm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atom%2Fapm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atom","download_url":"https://codeload.github.com/atom/apm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234575211,"owners_count":18854924,"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","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","atom-packages"],"created_at":"2024-08-02T01:02:50.732Z","updated_at":"2025-09-28T23:32:00.598Z","avatar_url":"https://github.com/atom.png","language":"CoffeeScript","readme":"##### Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in our [official announcement](https://github.blog/2022-06-08-sunsetting-atom/)\n # apm - Atom Package Manager\n\n![Build Status](https://github.com/atom-ide-community/apm/workflows/CI/badge.svg)\n[![Dependency Status](https://david-dm.org/atom/apm.svg)](https://david-dm.org/atom/apm)\n\nDiscover and install Atom packages powered by [atom.io](https://atom.io)\n\nYou can configure apm by using the `apm config` command line option (recommended) or by manually editing the `~/.atom/.apmrc` file as per the [npm config](https://docs.npmjs.com/misc/config).\n\n## Relation to npm\n\napm bundles [npm](https://github.com/npm/npm) with it and spawns `npm` processes to install Atom packages. The major difference is that `apm` sets multiple command line arguments to `npm` to ensure that native modules are built against Chromium's v8 headers instead of node's v8 headers.\n\nThe other major difference is that Atom packages are installed to `~/.atom/packages` instead of a local `node_modules` folder and Atom packages are published to and installed from GitHub repositories instead of [npmjs.com](https://www.npmjs.com/)\n\nTherefore you can think of `apm` as a simple `npm` wrapper that builds on top of the many strengths of `npm` but is customized and optimized to be used for Atom packages.\n\n## Installing\n\n`apm` is bundled and installed automatically with Atom. You can run the _Atom \u003e Install Shell Commands_ menu option to install it again if you aren't able to run it from a terminal (macOS only).\n\n## Building\n\n  * Clone the repository\n  * :penguin: Install `libsecret-1-dev` (or the relevant `libsecret` development dependency) if you are on Linux\n  * Run `npm install`; this will install the dependencies with your built-in version of Node/npm, and then rebuild them with the bundled versions.\n  * Run `./bin/npm run build` to compile the CoffeeScript code (or `.\\bin\\npm.cmd run build` on Windows)\n  * Run `./bin/npm test` to run the specs (or `.\\bin\\npm.cmd test` on Windows)\n\n### Why `bin/npm` / `bin\\npm.cmd`?\n\n`apm` includes `npm`, and spawns it for various processes. It also comes with a bundled version of Node, and this script ensures that npm uses the right version of Node for things like running the tests. If you're using the same version of Node as is listed in `BUNDLED_NODE_VERSION`, you can skip using this script.\n\n## Using\n\nRun `apm help` to see all the supported commands and `apm help \u003ccommand\u003e` to\nlearn more about a specific command.\n\nThe common commands are `apm install \u003cpackage_name\u003e` to install a new package,\n`apm featured` to see all the featured packages, and `apm publish` to publish\na package to [atom.io](https://atom.io).\n\n## Two-factor authentication?\n\nIf you have 2fa enabled on your GitHub account, you'll need to generate a [personal access token](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/) and provide that when prompted for your password.\n\n## Behind a firewall?\n\nIf you are behind a firewall and seeing SSL errors when installing packages\nyou can disable strict SSL by running:\n\n```\napm config set strict-ssl false\n```\n\n## Using a proxy?\n\nIf you are using a HTTP(S) proxy you can configure `apm` to use it by running:\n\n```\napm config set https-proxy https://9.0.2.1:0\n```\n\nYou can run `apm config get https-proxy` to verify it has been set correctly.\n\n## Viewing configuration\n\nYou can also run `apm config list` to see all the custom config settings.\n","funding_links":[],"categories":["CoffeeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatom%2Fapm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatom%2Fapm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatom%2Fapm/lists"}