You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

node-scripts-docs

Package Overview
Dependencies
Maintainers
1
Versions
331
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-scripts-docs

## Quick Start

0.0.1
Source
npmnpm
Version published
Weekly downloads
344
132.43%
Maintainers
1
Weekly downloads
 
Created
Source

node-scripts-docs

Quick Start

This is a yarn Zero-Install repository. After cloning it, you should be ready to use the code. Just in case some dependencies need to be rebuilt, run an install:

yarn install

You can now run node-scripts-docs from the shell through yarn:

yarn nsd --check-only

To run nsd on another project, you can simply pass the directory as an unlabeled argument:

yarn nsd ~/projects/myrepo --check-only

Drop the --check-only to write the initial documentation scaffold. Then begin editing the descriptions in the generated documentation fragments right away.

Whenever you've added scripts, removed scripts, updated documentation fragments, just run yarn nsd again to update the documentation.

FAQs

Package last updated on 22 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts