这是indexloc提供的服务,不要输入任何密码
Skip to content

gulping/COMEVIZZ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation for COMEVIZZ

Prerequires

You need to install for the followings.

  • Node.js
  • Yarn
  • (Option)Calibre
    • If you generate document as PDF format, you need ebook-convert included Calibre

Generating documents

cd gitbook
yarn global add gitbook-cli
yarn install

Runnning gitbook server

gitbook serve

Generating HTML Documents

gitbook build

Generating PDF documents

gitbook pdf

Generating by Docker

You can run gitbook in Docker container.

At first, you should greate Docker image.

docker build -t comevizz-doc --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy .

Running gitbook server

docker run --rm -v $PWD/gitbook:/srv/gitbook -p 4000:4000 comevizz-doc serve

Generating PDF documents

docker run --rm -v $PWD/gitbook:/srv/gitbook comevizz-doc pdf

About

COMEVIZZ is COde MEtrics VIsualiZation with Z-Score.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 78.3%
  • Go 17.1%
  • Makefile 4.2%
  • Shell 0.4%