docs: standardize npm cli commands and args#3875
Merged
mcollina merged 4 commits intofastify:mainfrom May 3, 2022
Fdawgs:docs/tidy
Merged
docs: standardize npm cli commands and args#3875mcollina merged 4 commits intofastify:mainfrom Fdawgs:docs/tidy
mcollina merged 4 commits intofastify:mainfrom
Fdawgs:docs/tidy
Conversation
2 tasks
Fdawgs
added a commit
to fastify/aws-lambda-fastify
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/busboy
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/csrf
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-accepts
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-accepts-serializer
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-caching
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-citgm
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-cli
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-diagnostics-channel
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-env
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-flash
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-jwt
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-kafka
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-leveldb
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-mongodb
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-multipart
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-mysql
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-nextjs
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-oauth2
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-passport
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-postgres
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-redis
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-soap-client
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-static
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-swagger
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-type-provider-typebox
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-websocket
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/fastify-zipkin
that referenced
this pull request
Jul 25, 2022
2 tasks
Fdawgs
added a commit
to fastify/forwarded
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/middie
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/point-of-view
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/pre-commit
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/proxy-addr
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/secure-json-parse
that referenced
this pull request
Jul 25, 2022
Fdawgs
added a commit
to fastify/session
that referenced
this pull request
Jul 25, 2022
This was referenced Jul 26, 2022
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR changes the following:
npm installwithnpm ialias, as there was a mishmash of both being used throughout docs, so thought it better to be consistent and go with the shorter alias--save-devnpm arg with-Dalias, as there was also a mishmash of both being used throughout docs--savenpm arg, which is legacy and hasn't been needed since pre-npm 5.x--only=productionnpm arg with--production, as it was deprecated in npm 6.xChecklist
and the Code of conduct