0.3.0 • Published 4 years ago

@atex/ace-cli v0.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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