Menu
NestNestDocsNest
GitHubTwitter
๐ŸŒœ
๐ŸŒž
NestNestDocs
  • Nest
  • GitHub
  • Twitter
  • Nest.land
    • Introduction
  • Nest CLI
    • Getting started
    • Commands
      • help
      • init
      • setup
      • login
      • logout
      • switch
      • publish
      • sync
      • config
        • pull
        • push
        • diff
        • status
      • upgrade
    • Configuration files
      • module.json
      • ignore
    • FAQ
    • CI/CD
  • Eggs
    • Introduction
    • Installation
    • Linking your API key
    • Configuration
    • Publishing a module
    • Dependency tree
    • Updating all of your dependencies
    • Installing a script
    • Upgrade eggs
  • API
    • Introduction
    • Mutations
    • Queries

nest setup

Link current directory to an existing module.

nest setup [author] [module]

Arguments#

argumentdescription
authorA module author
moduleA module name
info

If [author] or [module] is missing, you will be prompted to enter it.

Examples#

nest setup
nest setup me
nest setup me my-module
Edit this page
Previous
ยซ nest init
Next
nest login ยป
  • Arguments
  • Examples
Sponsored by Vercel