/am

Utilitário que permite manipular arquivos padrão Automerge via linha de comando

Primary LanguageJavaScript

AM editor: Automerge file command line editor

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 (5 steps)

  1. Install NPM:
sudo apt install npm
  1. Install NodeJS:
sudo apt install nodejs
  1. Install Automerge:
npm i automerge@1.0.1-preview.7
  1. Clone the am.js repository to use the tool:
git clone https://github.com/fabiobosisio/am.git
  1. 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