1.0.0 • Published 4 years ago

git-ic v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

git-ic

CircleCI XO code style code style: prettier install size Downloads

Git CLI helper for creating initial commits

Install

$ npm install git-ic -g

Usage

The default commit message is: initial commit.

Usage
  $ git ic
  $ git-ic

Options
  --message, -m  Custom message for the initial commit

Examples
  $ git ic
  $ git ic -m "first commit"
  $ git ic --message "first commit"

License

MIT