AMRW is a command line reader and editor for JSON-Automerge files
- Commands: list of all available commands
- Install
NPM
:
sudo apt install npm
- Install
NodeJS
:
sudo apt install nodejs
- Install
Automerge
:
npm i [email protected]
- Clone the
amrw
repository to use the tool:
git clone https://github.com/fabiobosisio/amrw.git
- Use the editor inside the
/home/user/amrw
directory
The versions used in the tests were:
- NPM v8.13.2
- NodeJS v14.15.4
- Automerge 1.0.1-preview.7