@agmajs/cli

Create @agmajs/core scripts using this simple CLI tool.

Usage no npm install needed!

<script type="module">
  import agmajsCli from 'https://cdn.skypack.dev/@agmajs/cli';
</script>

README

@agmajs/cli

Simple CLI tool to create @agmajs/script projects.

Installation

Using NPM:

npm install --global @agmajs/cli

Using Yarn:

yarn global add @agmajs/cli

Usage

Basic usage:

agmajs <command>

Creating a new project:

agmajs create <project-name>

Then follow the prompts.

If you wish to skip some questions, you can use optional flags. These are the available flags:

  • --author <name>
  • --description <description>