@atex/ace-cli

ace cli tools using ace REST api

Usage no npm install needed!

<script type="module">
  import atexAceCli from 'https://cdn.skypack.dev/@atex/ace-cli';
</script>

README

ACE cli - nodejs

A command line interface to work against ACE REST services.

Install

$ npm install @atex/ace-cli -g    # Install as global
$ ace help                        # ace command is now available

Developer setup

$ git clone ...   # Clone the repository
$ cd ace-cli      # Navigate to dir
$ npm install -g  # Install it globally
$ npm link        # links the global installation to this directory

Changes made to the code will now take effect immediately.

Uninstalling

$ npm uninstall -g