1.2.0 • Published 3 years ago

@mitchellmg/docit v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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.