1.0.2 • Published 4 years ago

cosync-cli v1.0.2

Weekly downloads
3
License
GNU
Repository
github
Last release
4 years ago

CosyncCLI

  • To Install Package from source code:
1, go to CosyncCLI folder
2, npm install
3, sudo npm install -g
4, sudo npm link
5, cosync --help
  • To Install Package from npmjs module:
1, sudo npm install -g cosync-cli --unsafe-perm
2, create your project folder
3, always stay in the project folder to use the cosync-cli command (cosync-cli always create a folder 'realm-object-server' if it doens't exist at where you run the command)
4, cosync --help
  • To Unnstall Package from your system:
1, sudo npm uninstall -g cosync-cli