Skip to content

A Version Control System for Word Documents (based on/ inspired by Git)

Notifications You must be signed in to change notification settings

MitchellMarkGeorge/Docit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docit ✨🙌

A Version Control System for Work Documents (based on/ inspired by Git)

Usage

To install, run npm intsall @mitchellmg/docit

To use it as a library:

const docit = require("@mitchellmg/docit");
/ * Example */
docit.open("test") // You can access all of the comands of the CLI as functions 👍.

To use the CLI globally, run npm install @mitchellmg/docit -g and type docit.

Local Installation

To run, simply clone this repo, run npm install and npm run global. After that, simply type docit in your terminal and the help will guide you.

About

A Version Control System for Word Documents (based on/ inspired by Git)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published