1.2.13 • Published 3 years ago

syncli v1.2.13

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

npm.io

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)
1.2.13

3 years ago

1.2.12

4 years ago

1.2.10

4 years ago

1.2.11

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.9

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago