New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

dirdoc

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dirdoc

Automatically document file paths of a project

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

Route Doc

Program for automatically documenting the routes within an application.

Running the dirdoc script will search your application directory and look for files with the extension .dd. Add a description of what lives in each directory or other data in the .dd file to have it output to the documentation.

Running the application

npm install dirdoc

Create a script in the projects package.json to run dirdoc. When the script is called, it will automatically output your documentation in the file DirectoryDoc.md on the root level.

Structuring a .dd file

A .dd can be added at any level of the application. Treat the .dd file as a .txt file and add whatever text you want to put outputted along with the file path in the documentation.

FAQs

Package last updated on 21 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