Skip to content

Change continue prompt to package management prompt in inspection view #3

Description

@techjeffharris
  • Add type property to question object with value list
  • View README.md page-by-page
  • Open homepage in browser
  • Open repository in browser - npm repo <pkg>
  • Test on my system - cd /tmp && npm install <pkg> && npm test
  • Install locally to . - npm install <pkg>
  • Install locally to . and save as dependency - npm install --save <pkg>
  • Install locally to . and save as devDependency - npm install --save-dev <pkg>
  • Install globally (may require running npm-suggest as root) - npm install -g <pkg>

When inspecting a package in 1.0.0, the user is simply presented with a static view of information and may only press "enter" to return to recommendations.

It would be great to incorporate further inspection and management features like:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions