Socket
Book a DemoInstallSign in
Socket

@louislam/dropbox-ignore-node_modules

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@louislam/dropbox-ignore-node_modules

This package will tell Dropbox to ignore the node_modules directory inside your project.

latest
Source
npmnpm
Version
2.1.1
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Dropbox Ignore node_modules

It is a fork of https://github.com/tmackness/dropbox-ignore-node_modules.

This NodeJS script works as a CLI that tells Dropbox to ignore the node_modules directory.

As per Dropbox Documentation you can see the simple command used to do this.

Usage

Install package globally.

npm install @louislam/dropbox-ignore-node_modules -g

Navigate to the working directory that contains your NodeJS project with the node_modules directory. Then you can run the this script.

You may use the command dropignore or di for short.

cd C:\Dropbox\my-project
di

Advanced Usage

Usage: di [status|ignore|reset] [folder]
Default folder: node_modules
Default action: ignore

Notes

Tested on Windows only.

Keywords

dropbox

FAQs

Package last updated on 29 Jun 2023

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