0.0.6 • Published 2 years ago

amaterasu-cli v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Ama-Terasu

Ama Terasu is a Command Line Interface to administrate Amadeus Digital Experience suite.

How to use

This CLI is NodeJs based and can be used with this simple command:

npx @ama-terasu/cli --help

How to register a module

To register a module into the CLI, the package.json of the CLI should be updated with the following items:

  • Add the module into CLI dependencies via yarn add <my-module>
  • Listed the module into the cliModules field of the package.json