Skip to content

monkindey/bu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

Releases

No releases published

Packages

No packages published