Skip to content

Companion CLI tool for the Aloe specification and library.

License

Notifications You must be signed in to change notification settings

tfadeyi/aloe-cli

Repository files navigation

Aloe CLI

Continuous Integration License Language GitHub release Code size Go Report Card


Companion CLI tool for the Aloe specification and library. Generate a specification from comments in the source code.

Generates the aloe specification from a given source code

Usage:
  aloe-cli spec generate [flags]

Flags:
      --dirs strings     Comma separated list of directories to be parses by the tool (default [./internal/parser/golang])
      --format strings   Output format (yaml,json,markdown) (default [yaml])
  -h, --help             help for generate
      --stdout           Print output to standard output.

Download the binary and run:

aloe-cli spec generate main.go