Skip to content

feathers-studio/pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pack

pack -- pack and move at a moment's notice.

Building

Use zig master. Just run

zig build

Usage

pack init

Creates an empty .pack file in cwd if it doesn't exist yet.

pack add [...files]

Adds given file paths to .pack file.

pack pack

Pulls the files specified in .pack to store/ under current directory, preserving their paths. This repo can be committed to git.

pack unpack

Pulls the files specified in .pack out of store/ and into their original absolute paths on the system.

About

wip in rewrite/zig branch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages