-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Scoped packages #4354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scoped packages #4354
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4354 +/- ##
==========================================
- Coverage 92.67% 92.64% -0.03%
==========================================
Files 119 119
Lines 8435 8435
==========================================
- Hits 7817 7815 -2
- Misses 618 620 +2
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Should we add a link somewhere that just takes someone to all @parse packages?
That would be pretty, (https://www.npmjs.com/search?q=scope%3Aparse) what do you think? |
That would be great. Not sure exactly where it would go, but we would never have to update the link when packages are added! |
Actually, maybe it could go here in the README section about Available Adapters. |
@montymxb let me know what you think! |
@@ -337,7 +337,10 @@ $ PORT=8080 parse-server --appId APPLICATION_ID --masterKey MASTER_KEY | |||
For the full list of configurable environment variables, run `parse-server --help`. | |||
|
|||
### Available Adapters | |||
[Parse Server Modules (Adapters)](https://github.com/parse-server-modules) | |||
|
|||
All official adapters are distributed as scoped pacakges on [npm (@parse)](https://www.npmjs.com/search?q=scope%3Aparse). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool! Should we keep the github modules as well or are we deprecating that altogether in favor of npm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all official adapters have moved from parse-server-modules to parse-community. Others are still there but not migrated yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re added back a line as there are still some adapter there.
* Updates for scoped packages dependencies * bumps s3 adapter * Update README.md * Update README.md * Update README.md
No description provided.