/bu

backup

Primary LanguageJavaScript

Backup

Backup your project

Why

Maybe you will empty src carelessly with node library such as fs-extra, and everything is gone.

How

  • husky
  • git

We can use husky postcommit hook to git bundle create.

Installation

npm install -g bu

Usage

bu init --path='path/to/your/backup/dir'