aec17ca7969738b0e4ab8100c7708a4ace1d0d4f
git-subtree-dir: skel git-subtree-split: 25b1c59010c85e98afe3efd13dbffb6a53c56b2f
mithril-js-skeleton
Bare minimum to start a Mithril JS project.
Installation
Start your new git repo:
git init
git --allow-empty commit -m "Intial commit"
Copy-in skeleton files:
git subtree add -P skel --squash https://git.sakal.us/brian/mithril-js-skeleton.git master
mv skel/src/* ./ && rm -rf skel
git commit -m "Copied-in mithril skeleton"
Description
Languages
JavaScript
91.3%
CSS
7.1%
HTML
1.2%
Dockerfile
0.4%