1.1.0 • Published 4 months ago

snocommit v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

snocommit

A Simple way to commit changes in current folder.

Example: fix <part> [description..]

part can be a dot '.' which means you want use current folder name as part

Install

pnpm install -g snocommit
# or
yarn install -g snocommit
# or
npm install -g snocommit

Usage & Workflow

# ...doing fixes changes ... and cd into your worked dir
# and run this > fix . cwd

$ ./ > cd packages/snocommit
$ ./packages/snocommit> fix . cwd
> git add . && git commit -m "fix(snocommit): cwd" && git pull && git push

REM all avaliable commands

# short alias
styles <part> [description..]
docs <part> [description..]
fix <part> [description..]
feat <part> [description..]
breaking <part> [description..]
chore <part> [description..]

# full command
snocommit styles <part> [description..]
snocommit docs <part> [description..]
snocommit fix <part> [description..]
snocommit feat <part> [description..]
snocommit breaking <part> [description..]

# examples

styles input larger placeholder
# => styles(input): larger placeholder

docs button with translate
# => docs(button): with translate

cd src/Header
fix . Avatar position
# => fix(Header): Avatar position
cd src/Header

fix . !Avatar position
# => fix(Header): Avatar position
# =>
# => BREAKING CHANGE: Avatar position

cd src/Footer
feat . done skeleton
# => feat(Footer): done skeleton

chore gitlab-ci split integrate tests from unit tests
# => chore(gitlab-ci): split integrate tests from unit tests

About

License

GPLv3 - The GNU General Public License v3.0 - GNU Project - Free Software Foundation

Author

Author: snomiao snomiao@gmail.com Website: snomiao.com

Sponsors

  • None yet.

Claim your sponsorship by donating snomiao <Email: snomiao@gmail.com>

Contribute

The main repo is in here, any issue and PR's welcome.

1.1.0

4 months ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

1.8.1

2 years ago

1.7.240

2 years ago

1.6.6

3 years ago

1.6.5

3 years ago

1.6.4

3 years ago

1.6.3

3 years ago

1.6.2

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.24

3 years ago

1.4.23

3 years ago

1.4.22

3 years ago

1.4.21

3 years ago

1.4.20

3 years ago

1.4.19

3 years ago

1.4.18

3 years ago

1.4.17

3 years ago

1.4.15

3 years ago

1.4.14

3 years ago

1.4.13

3 years ago

1.4.12

3 years ago

1.4.10

3 years ago

1.4.9

3 years ago

1.4.8

3 years ago

1.4.7

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago