@alterior/cli

Provides the alt command line tool for managing Alterior projects.

Usage no npm install needed!

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

README

@/cli

Provides the alt command line tool for managing Alterior projects.

Commands

alt new service <name>

Generates a new service project in a new folder called <name> in the current directory

alt build

Builds an Alterior project.

alt lint

Checks an Alterior project for issues and reports them.

alt publish

Prepares a project for publishing and calls NPM to handle publishing the package