0.0.8 • Published 5 years ago

sharifypage v0.0.8

Weekly downloads
11
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.5

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago