Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 735 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 735 Bytes

NOM

Nom is a simple app to store configuration and other files in a managed repo.

NOTE: nom is still under active development and I'm not responible for anything it may do to your files or pets.

Sample Usage:

    nom add <file> starts tracking a file
    nom update <file> updates the file in the managed repo
    nom remove <file> remove the file from managed repo

Commands:

  • add -- add a file
  • update -- update a file
  • remove -- remove a file
  • revert -- revert a file
  • status -- check the status of a file

Dependencies:

    GitPython - for git storage