Skip to content

olivmonnier/edit-share-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edit Share

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.

Pre-requisite

Install node package manager (npm)

Getting started

npm install -g edit-share

How it works

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

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Licence

MIT

About

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.

Resources

Stars

Watchers

Forks

Packages

No packages published