Skip to content
/ am Public
forked from fabiobosisio/amrw

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

Notifications You must be signed in to change notification settings

fsantanna/am

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%