(Parcel Pug Stylus) Boilerplate
Simple boilerplate for web applications, with:
pug
as html template enginestylus
as css preprocessorparcel
as resource bundler and build systemgit
as vcstravis-ci
auto building and deploying togithub pages
- install parcel (npm), travis, hub
- create personal access token with public_repo scope
- save token locally and encrypt it (
gpg -c
) - create symlink to
bin/init-project.sh
from any directory in$PATH
(~/bin
in my case, for example) - edit
bin/init-project.sh
:- change
~/secure/travis-github.token.gpg
to gpg-encrypted token file - change
paulll.cc
to your github pages domain (basically %username%.github.io)
- change