AM is a editor that uses Automerge commands to manipulate files in this format via the command line.
- Commands: list of all available commands
- Install
NPM
:
sudo apt install npm
- Install
NodeJS
:
sudo apt install nodejs
- Install
Automerge
:
npm i automerge@1.0.1-preview.7
- Clone the
am.js
repository to use the tool:
git clone https://github.com/fabiobosisio/am.git
- Use the editor inside the
/home/user/am
directory
The versions used in the tests were:
- NPM v8.13.2
- NodeJS v14.15.4
- Automerge 1.0.1-preview.7