monkindey / bu

backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

backup


Languages

Language:JavaScript 100.0%