2.0.0 • Published 11 months ago

@vennet/gitcook v2.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

Esto es un cambio

Cli tools is a powerfull tool for standarize the commits and changelogs for your teams.

Minimum requirements

  • Node v20.0.0 or higher / npm v9.5.4 or higher
  • Git v2.23 or higher

Roadmap

  • Command to changelog generation based from coventional commits standar.
  • Validates tags format in the commit footer.
  • Command to register local git projects and automatize the sync of multiple repositories.
  • Integrate ChatGPT to generation of conventional commits quickly.

Installation

To use Git Cook, all you need to do is install the @vennet/gitcook package globally:

# with yarn
$ yarn add @vennet/gitcook -g

# with npm
$ npm i @vennet/gitcook -g

# with pnpm
$ pnpm add @vennet/gitcook -g

# with bun
$ bun add @vennet/gitcook -g

Usage

The command base for execute the tool is gcook with the following base and specific commands availables.

Base Commands

gcook [options] [command]
CommandsDescriptionExamples
checkCheck if the package is up to dategcook check
statsGet all downloads of the packagegcook stats
helpGet all descriptions from command or from basegcook help
initWizard to create a branchgcook init
commitWizard to create a conventional commitgcook commit

Base Options

gcook [options]
OptionsDescriptionExamples
-h --helpDisplay help for commandgcook -h gcook --help
-V --versionGet latest version of packagegcook -V gcook --version

init Options

gcook init [options]  Wizard to create a branch
OptionsDescriptionExamples
-c --customActive custom branch name creationgcook init -c gcook init --custom

commit Options

gcook commit [options]  Wizard to create a conventional commit
OptionsDescriptionExamples
-pm --preview-modeGenerate the final commit message without execute git commands internallygcook commit -pm gcook commit --preview-mode
-cm --compact-modeGenerate a simple commit message without body and footergcook commit -cm gcook commit --compact-mode

Output example from help command

$: gcook -h

Usage: gcook [options] [command]

CLI to manage git actions easily

Options:
  -V, --version     output the version number
  -h, --help        display help for command

Commands:
  check             Checks if you are up to date
  stats             Check how many downloads has the tool
  init [options]    Init a new branch locally and remotely based of user selection
  commit [options]  Wizard to create a conventional commit
  help [command]    display help for command

License

Vennet @ MIT

2.0.0

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago

0.6.1

1 year ago

0.5.8

1 year ago

0.5.7

1 year ago

0.5.4

1 year ago

0.5.6

1 year ago

0.6.0

1 year ago

0.5.2

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago