-
Notifications
You must be signed in to change notification settings - Fork 16
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
Packaging misses #73
Comments
For publishing and building, maybe instead of random snippets it could be following along some real codebase, and citing it at the beginning? It could benefit the author of the codebase you use for visibility as well. |
Thanks!
This is covered here, maybe we should move it to the packaging chapter.
We mention it below, probably we should move it before the examples.
That’s a good idea, but could be hard to find a package that would cover all of the examples ;-) But we can always use several. Also take a look at my latest PR — #72 — should improve the anatomy section. |
I saw, I think it doesn't really justify using it.
Thanks! They don't need to cover every example, but maybe some OS projects might be interested in collaborating with the book for visibility? The idea might want some extra opinions, it's just a pitch :) |
After second thought, there isn't really any better way of explaining a JSON file.
I'll check it out 👍 |
Here are some things I thought were missing from the packaging chapter:
[01]
npm view
-npm view [package] versions [--json]
// shows versions that you can install of a package[02]
Publishing and building might be able to benefit from adding some kind of follow-along or example? Just throwing that out there, I don't know how that could work.
The text was updated successfully, but these errors were encountered: