A CLI to edit a file in your web browser and share it with websocket server by local address. Possibility to work in collaborative on a file.
Install node package manager (npm)
npm install -g edit-share
Run in your terminal
edit-share <path/your/file> [options]
Open a file with specific port (3000 by default)
edit-share <path/your/file> --port 9000
Read only a file
edit-share <path/your/file> --read
List all options
edit-share --help
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Added some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request
MIT