Skip to content

A highly experimental tool to automate generating "since" annotations for your PHP libraries

Notifications You must be signed in to change notification settings

allejo/beatrice

Repository files navigation

@allejo/beatrice

A tool to keep an inventory of when features were introduced in a library or framework

oclif Version Downloads/week License

Usage

$ npm install -g @allejo/beatrice
$ beatrice COMMAND
running command...
$ beatrice (-v|--version|version)
@allejo/beatrice/0.0.0 darwin-x64 node-v10.13.0
$ beatrice --help [COMMAND]
USAGE
  $ beatrice COMMAND
...

Commands

beatrice help [COMMAND]

display help for beatrice

USAGE
  $ beatrice help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

beatrice inventory REPODIR SRCDIRS

Create an inventory of an API

USAGE
  $ beatrice inventory REPODIR SRCDIRS

OPTIONS
  -f, --force
  -l, --lang=lang    The language to parse
  -p, --prereleases

See code: src/commands/inventory.ts

About

A highly experimental tool to automate generating "since" annotations for your PHP libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published