1.0.0 • Published 5 years ago

@kazakoff/davai-commit v1.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

DAVAI-COMMIT

VERSIONS

  • DEVELOPMENT RELEASE 0.0.1
  • PRODUCTION RELEASE 0.0.1

First installation

Set up git project

  mkdir davai-commit && cd davai-commit
  git init
  git remote add origin git@github.com:LiamTorrelli/davai-commit.git
  ... do changes

  git push -u origin [ branch ]

Set the project in the npm

1) Mac sudo , Windows need permissions

  cd davai-commit
  sudo npm link

2) Reopen the terminal 3) Start using davai-commit globally on your computer in the terminal

Usage

  davai-commit

Description

  • davai-commit

    Creates a commit

Example DAVAI-CONFIG.json

{
  "PROJECT_NAME": "DAVAI-COMMIT"
}