@aimake/ams-cli

A micro-service solution for AIMake, written by TypeScript and Nest.js.

Usage no npm install needed!

<script type="module">
  import aimakeAmsCli from 'https://cdn.skypack.dev/@aimake/ams-cli';
</script>

README

AMS CLI

Description

The AMS CLI is a command-line interface tool that helps you to initialize AMS applications.

The CLI works with schematics, and provides built in support from the schematics collection at @aimake/ams-schematics.

Installation

$ npm install -g @aimake/ams-cli

Usage

$ ams --help
Usage: ams <command> [options]

Options:
  -v, --version           Output the current version.
  -h, --help              Output usage information.

Commands:
  new|n [options] [name]  Generate AMS application.
  info|i                  Display AMS project details.
$ ams new --help
Usage: ams new|n [options] [name]

Generate AMS application.

Options:
  --directory [directory]                  Specify the destination directory
  -d, --dry-run                            Report actions that would be performed without writing out results.
  -g, --skip-git                           Skip git repository initialization.
  -s, --skip-install                       Skip package installation.
  -p, --package-manager [package-manager]  Specify package manager.
  -c, --collection [collectionName]        Schematics collection to use.
  -t, --template [template]                Schematics template to use.
  -h, --help                               Output usage information.