Skip to content

ULL-ESIT-SYTW-1617/gitbook-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitBook Boilerplate

Installation

cd ~/code

git clone https://github.com/enten/gitbook-boilerplate.git awesome-project

cd awesome-project

rm -fr .git

vi package.json
# edit repository.url and repository.wiki

git remote add origin <url>

npm run build
# or
# npm run generate-gitbook && npm run generate-wiki

npm run deploy
# or
# npm run deploy-gitbook && npm run deploy-wiki

Important: Wiki must be created on Github

Releases

No releases published

Packages

 
 
 

Languages

  • Shell 88.0%
  • JavaScript 12.0%