1.2.13 • Published 3 years ago
syncli v1.2.13
syncli
CLI tool for syncing between modules locally. Working on cross-modules feature is now easier than ever.
Installation
Syncli uses
watchman-make
and it requirespywatchman
(and thus requirespython
) as well aswatchman
.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
- File types that will be synced
-s
|--sources
- Files/folders from the root folder that will be synced
- Split by ','
- Example:
src,strings,someFile.js
- Files/folders from the root folder that will be synced
-i
|--ignored-sources
- Files/folders from the root folder that will NOT be synced
- Split by ','.
- Example:
node_modules,someIgnoredFile.json
- Default
- Hidden files/folders
- Files includes config (case-insensitive)
- All files except
package.json
,index.t/js
,app.t/js/x
- Folders that includes demo (case-insensitive)
node_modules
,build
,artifacts
,engine_autogenerated
,e2e
,production-e2e
,kompot
,detox
,coverage
)
- Files/folders from the root folder that will NOT be synced
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