lucidly
v0.2.15
Published
A filesystem watcher for local Dreamtsoft codebases.
Readme

A filesystem watcher for local Dreamtsoft codebases. Keeps local changes in sync with the Dreamtsoft filesystem.
Installation
Install lucidly globally.
yarn add global lucidlyConfiguration
Add lucidly configuration to your package.json.
{
"lucidly": {
"access": {
"url": "https://foo.dreamtsoft.com",
"space": "Bar",
"bundle": "baz",
"username": "tim",
"password": "timrox"
}
}
}Usage
lucidly