apm icon indicating copy to clipboard operation
apm copied to clipboard

apm develop with a github repository

Open twifty opened this issue 8 years ago • 2 comments

Prerequisites

  • [ x] Put an X between the brackets on this line if you have done all of the following:
    • Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
    • Followed all applicable steps in the debugging guide: http://flight-manual.atom.io/hacking-atom/sections/debugging/
    • Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
    • Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
    • Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages

Description

Very similar to https://github.com/atom/apm/issues/355

A package exists which has most of the functionality I need (or it contains a bug which I can fix). Normal workflow would be to fork the project, commit changes then push a PR. Unlike apm install, apm develop will only accept a package name. I cannot fork the project and supply my forked repository url. Instead I have to fork, clone then link.

Steps to Reproduce

Fork an existing github package. npm develop [email protected]:your/fork.git

Expected behavior: The fork to be installed

Actual behavior: Package not found error

Reproduces how often: 100%

Versions

Running on Linux Arch Manjaro:

Atom    : 1.18.0
Electron: 1.4.16
Chrome  : 53.0.2785.143
Node    : 6.5.0
apm  1.18.3
npm  5.3.0
node 8.2.1 x64
python 2.7.13
git 2.13.3

twifty avatar Aug 22 '17 20:08 twifty

The maintainers apparently don't want this feature for some reason #767

UziTech avatar Mar 02 '18 21:03 UziTech

You'd think with a software developed by github they would include git functionality out of the box. :man_shrugging:

twifty avatar Mar 03 '18 09:03 twifty