Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 768 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 768 Bytes

js-seq-viewer

Introduction

I built vim-sequence-diagram a few years ago, it's convenient for vimers, but some of my friends complain they don't use vim and I've been experiencing Emacs recently.

I need an editor independent tool to view the JS Sequence Diagram. Here it is.

Install

npm install -g js-seq-viewer

Usage

jsv -f {sequence file path}

It launches a web service and opens the view in the default browser when you are editing the sequence file, it reflects the change instantly when you save your file.

License

MIT