Skip to content

binaryage/restatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A command-line utility which can pump spreadsheet data to your static web!

Technical information

How it works

Restatic takes your static web and replaces restatic markup with dynamic data, say fields from Google Spreadsheets.

When you launch restatic, it will:

  • copy the source to target directory
  • extract data from Google Spreadsheets and build associative array
  • process contents of target directory and replace all marks with associated fields

You may write your own extractor

Extend the class Extractor and write function extract which will return the associative array with markup in key and data in value - eg. { "/-Posts-2B-/": "Hello world" }

And its installable throught NPM

npm install restatic