You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
This probably belongs in apm, but since that repo isn't available this seems like the next best entrypoint.
package-generator is using apm init underneath to generate packages. It would be great if the package defaulted to setting the
repository name in package.json to https://github.com/{{ username|configured_org }}/{{ package_name }}
full name in LICENSE.md
license the user prefers
The first two I'm sure are linked to their configured GitHub account anyway, so those can probably be slurped directly with no user interaction. The third requires user input "somewhere", possibly on the settings pane for this package.
There are more steps I'd like to automate to make sure people are using the right flow, but this at least saves people from having to do boilerplate work.
The text was updated successfully, but these errors were encountered:
This probably belongs in
apm
, but since that repo isn't available this seems like the next best entrypoint.package-generator
is usingapm init
underneath to generate packages. It would be great if the package defaulted to setting thehttps://github.com/{{ username|configured_org }}/{{ package_name }}
The first two I'm sure are linked to their configured GitHub account anyway, so those can probably be slurped directly with no user interaction. The third requires user input "somewhere", possibly on the settings pane for this package.
There are more steps I'd like to automate to make sure people are using the right flow, but this at least saves people from having to do boilerplate work.
The text was updated successfully, but these errors were encountered: