21bc2090151f73b1709941344e75f9df02166d5b
git-subtree-dir: skel git-subtree-split: 2f86f65dbd35f29dc264af10021b6166ebc4e179
mithril-js-skeleton
Bare minimum to start a Mithril JS project.
Installation
Start your new git repo:
git init
git commit --allow-empty -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 add . && git commit -m "Copied-in mithril skeleton"
Description
Languages
JavaScript
91.3%
CSS
7.1%
HTML
1.2%
Dockerfile
0.4%