Skip to content

v1.2.0

Choose a tag to compare

@tinchoz49 tinchoz49 released this 24 Sep 18:45
· 111 commits to main since this release

Changed

  • changed yargs config in favor of a custom config function

    We made a function that create a configuration for the CLI where you can set global arguments, command arguments and define plugins using a config JSON file or the package.json.

    Yargs has a similar functionality but is not working as we want.