0.0.8 • Published 6 years ago

sharifypage v0.0.8

Weekly downloads
11
License
MIT
Repository
github
Last release
6 years ago

Installation

With yarn

$ yarn global add sharifypage

With npm

$ npm i -g sharifypage

Example Usage

Add meta tags for social media (default)

$ sharifypage --file=[path to HTML file]

Use a configuration file (will override duplicated flags) (full specifications can be found in the example folder)

$ sharifypage -c [path to configuration file] --file=[path to HTML file]

Specify output directory (default to ./out)

$ sharifypage -o [path of output directory] --file=[path to HTML file]

Specify Google Analytics Tracking ID

$ sharifypage -g [your tracking ID] --file=[path to HTML file]

Specify document language code

$ sharifypage -l en-GB -f [path to HTML file]
// <html lang="en-GB">

Add a thumbnail

$ sharifypage -t [path to thumbnail photo] -f [path to HTML file]
0.0.8

6 years ago

0.0.5

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago