1.0.2 • Published 6 years ago

devsy v1.0.2

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

devsy

Auto-sync projects in your dev folder across multiple computers.

CLI Installation and Usage

npm install devsy -g

Run this from your dev directory:

devsy

Works with dev directories structured like this:

dev
├─┬ apps
│ ├─┬ appYouMade
│ │ ├── .git
│ │ ├── src
│ │ ├── app.js
│ │ ├── package-lock.json
│ │ ├── package.json
│ │ └── README.md
│ └─┬ anothaOne
│   └── ...
├── ext
└── cli

node.js Usage

await require('devsy')('path/to/dev');

Donate!

Ethereum: 0xb4355179da353f1BA4AA0BB5a7E3Ba4FdC7128ea
Bitcoin: 1LJkyU5jdZb525sBwcx1dA2qV8kgowdcro
Patreon: https://www.patreon.com/qashto
Paypal: https://www.paypal.me/qashto/5

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago