2.0.0 • Published 11 months ago

astro-commit-ts v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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

11 months ago

1.1.0

11 months ago

1.1.7

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

11 months ago

1.0.3

11 months ago

2.0.0

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago