Socket
Socket
Sign inDemoInstall

syncli

Package Overview
Dependencies
Maintainers
9
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

syncli

A Tool for syncing multiple directories


Version published
Weekly downloads
1
Maintainers
9
Weekly downloads
 
Created
Source

syncli

CLI tool for syncing between modules locally. Working on cross-modules feature is now easier than ever.

Installation

  1. Syncli uses watchman-make and it requires pywatchman (and thus requires python) as well as watchman.

  2. npm install syncli -g / npx syncli

Usage

syncli to <target path> [options]

Target path

Can be:

  1. Absolute path
  2. Relative path
  3. Only module name. Will work if the module exists in up to 2 parent folders of the running folder. The path will be the absolute path of the founded module folder + /node_modules/<running-dir-name>.
Options
  • -f | --files
    • File types that will be synced
      • Split by ','
      • Example: ts,jsx,xml
  • -s | --sources
    • Files/folders from the root folder that will be synced
      • Split by ','
      • Example: src,strings,someFile.js
  • -i | --ignored-sources
    • Files/folders from the root folder that will NOT be synced
      • Split by ','.
      • Example: node_modules,someIgnoredFile.json
      • Default
        1. Hidden files/folders
        2. Files includes config (case-insensitive)
        3. All files except package.json, index.t/js, app.t/js/x
        4. Folders that includes demo (case-insensitive)
        5. node_modules, build, artifacts, engine_autogenerated, e2e, production-e2e, kompot, detox, coverage)

FAQs

Package last updated on 22 Nov 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc