2.0.0 • Published 1 year ago

astro-commit-ts v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

🚀 Astro Commit

Installation with npm

npm install astro-commit-ts --save-dev

Run the command to configure the tool

npx astro-commit-init

Select the language

(Move up and down to reveal more choices)

? What language do you want to work with? (Use arrow keys)
❯ Español
  English

Select the file name (optional)

? What name do you want to give to the configuration file? (commit.config.mjs)

Add the following script to the package.json file

// package.json
"scripts" {
    "commit": "node commit.config.mjs"
}

How to use

# Add changes to the git stage
git add .

# Commit changes
npm run commit
1.1.1

1 year ago

1.1.0

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.0.3

1 year ago

2.0.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago