Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 430 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 430 Bytes

@/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