Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pulsar-edit/apm

Atom Package Manager
https://github.com/pulsar-edit/apm

Print command help whenever -h/--help is specified

b5b1c658d2d7b966a779a5b8de780641e6f15a9a authored over 11 years ago
doc: add link/unlink command usage

ba8eb25cbab8e192b871ee7ddb6d1a1442f7c080 authored over 11 years ago
doc: mention apm help <command>

b858f05064d8858d2a0d0f407c9a82eb8243a021 authored over 11 years ago
doc: add develop command usage message

a63f4f686d673ad1c464066dcfbf258f5eadce0b authored over 11 years ago
doc: add clean command usage message

e8404ad3dc5776de4b18a6c7c7f91bc4f2ce92ef authored over 11 years ago
:lipstick: Remove nulling of ivars

effc3136e2271a13c9fc807282f81c3ef39cb08e authored over 11 years ago
Store command names in command classes

1bdd98b86aa55ee19d245f2ace0c84bbb920ac80 authored over 11 years ago
Wrap commands

721bfc75e7f6f395deb4b4ccd0ff4edd7cd69640 authored over 11 years ago
Node is updated to v0.10.18.

613d15242ac2286eafbfe19e3857580b8adeec8c authored over 11 years ago
Revert "Add --atom-child_process-fork if running from Atom Helper"

This reverts commit 5729b05df07d7c3de6d95ea65af4c25942c1a286.

1335887499d0e09529f248d587c3bb0239e1565a authored over 11 years ago
This bug took me literally hours to find

774db3a800790551d00bdeef8b74406f8ad20f5d authored over 11 years ago
So murderous right now

27418b136e14124e1c374b2c5766390cb2d76325 authored over 11 years ago
Support building Atom with VS2010

246179ee9078a198f7723e65460489bff0cefcdf authored over 11 years ago
Write some methods to help us out with configuration

9579e6fbdf4be2d5ba2a3fcafa0646d35fa5ad5b authored over 11 years ago
Lintify

a60f7ea797cb397f647fceb5e87d8ba14123feb1 authored over 11 years ago
Pass through force flag to publish

22bf3c650aa2554a50d1e51b9c9ca8f211742764 authored over 11 years ago
Support publishing by tag name

cd59ee26036a20b48e2e91f0f9c6efdd04776189 authored over 11 years ago
Add --atom-child_process-fork if running from Atom Helper

Temporary workaround to allow packages to be installed/uninstalled
from the Atom settings view.

5729b05df07d7c3de6d95ea65af4c25942c1a286 authored over 11 years ago
Update links for new org. location

6a13b3dd68c5051947342764d337cd79d40508d4 authored over 11 years ago
Implement update in terms of a clean then an install

a33148d4e116bc79a6056e5de86ea5fcc7353fa1 authored over 11 years ago
Pass options to ::publishPackage

b97aa9823725255b6185f716305ae489446eb610 authored over 11 years ago
Support bumping version from apm publish

Now you can just do `apm publish minor` to bump and tag a minor
release and then publish it.

9866379f978cb9d50c9031f38efcd52cc912c818 authored over 11 years ago
Don't clone (just link) package if it already exists

96113beeafb41c7a45d67e47510a96090dea2d81 authored over 11 years ago
Don't clone the repo if the package has no repository url

76b5e3438cf007de1ac3fa57fc0c58cf3e90e1a6 authored over 11 years ago
Add initial apm develop

Fixes #4

d6fcfbb4a0f6f4c1384abd39628fe9e3f589e6f3 authored over 11 years ago
Make broken symlink text red

de0ae8e333cac4bee91aec5c7356544a7e3e83eb authored over 11 years ago
Catch error from realpathSync

d3fa790719a07ac8ef2ac98f0ec01fe18a993c66 authored over 11 years ago
Merge pull request #3 from atom/apm-vs2012

Set the correct MSVS environment on Win32

d3c7b2e8a2a0ef1f94c472008919ed42f58ba470 authored over 11 years ago
Move isWin32 to a config method

e34834616aa60993d9f9646ba8b50b5a70610eb3 authored over 11 years ago
Add apm linked/links command

This displays all the linked packages in ~/.atom/dev/package
and ~/.atom/packages

425ba80a9bd6a4b3b9e4ef9bcb3ef8fd504fb6ec authored over 11 years ago
Set the correct MSVS environment on Win32

e768a972bd0fce7103bb1e90e2a3e0cbc537a560 authored over 11 years ago
Support --dev flag when running unlink --all

f3da6ee6c7f2437dbb61c4a97a93be7940673d68 authored over 11 years ago
Add --all option to unlink command

5f8c860465200e9f10ee3345bded174a838a845f authored over 11 years ago
Log stdout on errors

c1416020ea508c9be4cad6e2172836df34fab8a2 authored over 11 years ago
Add --hard flag to unlink

2312a3787022065de736751507d26fc3791d5156 authored over 11 years ago
Don't uninstall apm during update

731b5dd2403750e8a931712d5b5d4b835652ee9a authored over 11 years ago
Add apm link --dev command

0f311264ffb61d87648ff80d507eadf933250e21 authored over 11 years ago
Add .pairs file

0688a2daf2b59d4c89f7490845bef241452182cf authored over 11 years ago
Add specs for link/unlink commands

c2b8158563b78236e0faa99226513cdc609f197a authored over 11 years ago
Add apm update command

e3c0941adbf086e9eff53984731144010f916abf authored over 11 years ago
Add pass/fail status to installing modules task

538ed3690646e7ac2a2095434475c6470324ff70 authored over 11 years ago
Output name and version of module being published

7dc3c0d0d71a1cffabac8f9c1921a24b59258e8a authored over 11 years ago
Merge pull request #2 from github/windows

Add support for runing apm under Windows

cbf46094b6a860746cbe29c239f771c5306490b3 authored over 11 years ago
Use the path of module's cli js file.

The 'bin/.xxx' could be a bash script.

5a42072b7ea0c26c6cb3dc372e0b183cfbd752f0 authored over 11 years ago
Fix Command.fork.

c77c6a36e19fdb23c6b8fc59f9a534954d3eca85 authored over 11 years ago
Use node binary to execute scripts.

On Windows scripts themselves are not executable.

d600ccb3ac1a40d27ade91dc55f656850eaecb26 authored over 11 years ago
Add apm.cmd.

c4a0f6dc04b76b9558460a8c5070d566950324f7 authored over 11 years ago
Get the right home directory on Windows.

9a89f6f070c38c429bb3caab4eaadd4e8210542f authored over 11 years ago
Colorize available packages heading as cyan

ab1db7772a4dab24e0c7ea0bb23c82c44504bb71 authored over 11 years ago
Colorize list headings as cyan

64e91be70a98d36dfa1baf75ba85723ccc703dbc authored over 11 years ago
Reduce verbosity of rebuild output

d2485d33a6113b557b7dc6c270491b737850455d authored over 11 years ago
Reduce verbosity of install command

Omit stdout text and only show stderr text if the command fails

cb4d53f8159b49f8bf5ea327b3219f5d228e4e2e authored over 11 years ago
Update to node v0.10.15.

1cda00c8507bad369b08a507907a7f96d27f022c authored over 11 years ago
Create packages directory before installing

b16d6d3acc5c2309eb664032f23ff9e433afc0e5 authored over 11 years ago
Upgrade to jasmine-focused 0.12

82e0b9c793cd284744203d6b533a1e5ab60bd0a7 authored over 11 years ago
Create parent directories to symlink

ac0e54801b8fc1389c1810f0d4ac6670ff8a5602 authored over 11 years ago
Add rebuild command

This should be called when modules with native code need to be
recompiled against newer node hea...

5c69864c2e8916a15a6020e26befbe9c95d54091 authored over 11 years ago
Update URLs since this repo is now under the GitHub org.

371d3813b1a5f8537bf16b75253682eb01ead1d6 authored over 11 years ago
Lint empty param lists as errors

60fed0c219744551cbed0dd572310bdd0ac10c91 authored over 11 years ago
Lint all .coffee files under src/

0223f3302cba316ae5a421504d77bd85b823f0e9 authored over 11 years ago
Set ATOM_NODE_VERSION in specs

7455a79c17068849999705e937db22682e65aa5e authored over 11 years ago
Add link/unlink to usage message

1e03f08ee07bd946b1f557c73e1c8eb8277c28e4 authored over 11 years ago
Stat target path to determine if it should be unlinked

2b64a48cbd0e32c33234c07f9f601b34808be71d authored over 11 years ago
Guard against missing name in package metadata

0233ec9c51142e5cc60114ed1ff848714490d9b2 authored over 11 years ago
Add commands to link/unlink

192e415b21193b185fbd6cce3b1ba3480e7fa322 authored over 11 years ago
Upgrade to node v0.10.12.

cae9e5e0b9c0db7a928189029dbecb577ed81bda authored over 11 years ago
Upgrade to node-gyp 0.10.2

0945ca14da25254edd2bfd4d61e84bebf9f04910 authored over 11 years ago
Clean and lint before publishing

533d92c6de07cd5f9fbb0f00447216c02a9f2498 authored over 11 years ago
Run jasmine-focused from Grunt file

160a8133e6ffb72b6c06858f331b35d32245b657 authored over 11 years ago
Upgrade to jasmine-focused 0.7

5f4e547d3dbd6d3514822fc231b3bc45f10aab38 authored over 11 years ago
Use node-gyp commit with removed gyp/test dir

48e3dbdc89d2215ea6bb43f4974bb44b9fdb0344 authored over 11 years ago
npm ignore spec folder

b3c6179df321fb244071108a11ee83ad84142379 authored over 11 years ago
Update to new root resource path

f68b762221566ff2f90248209f2ec213cd28c65d authored over 11 years ago
Upgrade node to v0.10.9 since atom-shell branch has been merged.

5393411f37556c9290f13a3b612f6d778955f712 authored over 11 years ago
Include packages with an atom engine in node_modules

13385e0b36db757b0f7a97faecdffbe5ac363c4b authored over 11 years ago
Enable overriding node's version with ATOM_NODE_VERSION.

831bf348c7acc4037e516c9f27bc37eb9a83aae3 authored over 11 years ago
Upgrade to season 0.9.0

9ce00a6063b096aaa94afdf89591d56663abdd02 authored over 11 years ago
Include vendored packages in list output

b3f6268e86773ffddb12c3aca779d558f3f18b08 authored over 11 years ago
doc: more commands

0f1d335625c86eee6c9d131619162b536fd6f202 authored over 11 years ago
:lipstick:

986b1953f43b75f3379e3ac73dfef4e960c3887d authored over 11 years ago
Stringify json

01ded1c72cb71a0ac85fe267e3dafc370797211f authored over 11 years ago
Compact packages array

1a0810917654e62d76fb798252feec723b6899b3 authored over 11 years ago
Add command line flags to output available packages as json

be3c38956de102e7a7532bfe8aead1ad89924a34 authored over 11 years ago
Assert that callback is invoked without an error

8802c11461b32e8c6bb76a295f499f4386c983a8 authored over 11 years ago
Return latest package that is compatible with atom version

ae99611a316bbfaad9c0a2d3be228f184bafd560 authored over 11 years ago
Include all releases with an atom engine

9314dadcee0d93a39537b46296723a75b14ca161 authored over 11 years ago
Bump version to 0.5.0

d92a7b356b01af9d6b53bca04cba57886776820b authored over 11 years ago
Use npm fork

7753a44f02a30834509034bafbb0e600393b7f55 authored over 11 years ago
Log line when empty

2ccbaa08d435f963ddeb29e9411afe7cff28fdec authored over 11 years ago
Use custom apm cache

83de4129d2733c53b2580bc11df2232140913f27 authored over 11 years ago
Add initial API for getting available packages

28b5880ab4636fa1bc0bf73f39cbabddf1442f90 authored almost 12 years ago
Bump version to 0.4.0

5374a15f95c8fbaf6e9eb2e3a3f97fc231831fea authored almost 12 years ago
Use fs extensions in lister command

8723e6c3a615136a1c84c62d0f4e189fc5a8d37a authored almost 12 years ago
Add initial uninstall command

4dec8c454f258955e0416f692a2ec850de5edada authored almost 12 years ago
Pass through silent flag

2eea1c43eee60d8fd47451ad1532eab56be9a60a authored almost 12 years ago
Add --userconfig flag to npm install commands

293a59089c0b7dc09998ddefefba131911aaa8a2 authored almost 12 years ago
Bump version to 0.3.0

8a6c1ab165a1c37e654247ad8f0a358acc3c8b59 authored almost 12 years ago
Add Atom to output text for packages

8770bc66bf6fc5b5233a5325c24ed21f4fc01872 authored almost 12 years ago
List available commands in usage

f53de8d3957aed4173f89c0527003ab7f855b87a authored almost 12 years ago
Bump version to 0.2.0

0f05996296d0ff87642f757fe6587e158f1b63af authored almost 12 years ago