Skip to content

simple script utility that utilizes pandoc and grive tools to generate a google doc direct from assciidoc

Notifications You must be signed in to change notification settings

michaelryanpeter/adoc-to-gdoc-review

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

gdoc-review

gdoc-review is a simple script utility that utilizes pandoc and gdrive tools to generate a google doc directly from a local asciidoc file.

Prerequisites

Installing

  • Copy the gdoc-review script to /usr/local/bin, and run chmod a+x gdoc-review to allow the script to be executed from anywhere in the file system.

That's it! The script should now be ready to use.

Getting started

To generate a google doc review of any assembly or module, open a command prompt, and navigate to the folder that contains the asciidoc file. Run the following command, passing in the relative name of the asciidoc file, for example:

$ gdoc-review modules/ztp-cluster-provisioning.adoc

Follow the link to navigate to the generated google doc.

Note: Every run of gdoc-review generates a new output file, previous output files are not overwritten.

About

simple script utility that utilizes pandoc and grive tools to generate a google doc direct from assciidoc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%