/phonebook

Simple phonebook project

Primary LanguageMakefile

BOILERPLATE

before run this project, before create a token develop into your github account and past it in .env file

commands

install dependencies of project and husky hooks

  make install

remove node_modules lock files and .husky folder

  make clear

create or increment CHANGELOG.md file with commit history

  make release
  or
  yarn release

run tests of project

  yarn test

build project

  make build
  or
  yarn build

run a helper on terminal to create a friendly commit

  yarn commit

CHANGELOG