Skip to content
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

Node plugin completely revamped. Added new aliases. Earlier any one node-docs function existed. #9371

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gajanangitte
Copy link

Standards checklist:

  • The PR title is descriptive.
  • The PR doesn't replicate another PR which is already open.
  • I have read the contribution guide and followed all the instructions.
  • The code follows the code style guide detailed in the wiki.
  • The code is mine or it's from somewhere with an MIT-compatible license.
  • The code is efficient, to the best of my ability, and does not waste computer resources.
  • The code is stable and I have tested it myself, to the best of my abilities.

Changes:

Hey! I felt that some aliases were needed for the node.js plugin for I added them : )

Alias Command
nd node
ndc node --check
nde node --eval "script"
ndh node --help
ndi git --interactive
ndr git --require module
--------------------- ---------------------------------------------------------------------------
ndnd node --no-depreciation
ndnw node --no-warnings
ndtw node --trace-warnings
ndv8 node --V8-options
---------------------- ---------------------------------------------------------------------- -----

@ohmyzsh ohmyzsh bot added Area: plugin Issue or PR related to a plugin Topic: alias Pull Request or issue regarding aliases Type: documentation Documentation issue or Pull Request labels Oct 22, 2020
@gajanangitte
Copy link
Author

@53jk1 could you please add hacktoberfest-accepted label

@mcornella
Copy link
Member

This looks like a list of the flags of node's --help output. I can only see two useful aliases: node -e and node -c. Tell me the reason behind the rest. BTW there's a typo on --no-deprecation in the README and the .plugin.zsh file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: plugin Issue or PR related to a plugin Topic: alias Pull Request or issue regarding aliases Type: documentation Documentation issue or Pull Request
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

None yet

3 participants