You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pastebin/skel
Brian Sakal 7efa62828a Merge commit 'aec17ca7969738b0e4ab8100c7708a4ace1d0d4f' as 'skel' 4 years ago
..
src Merge commit 'aec17ca7969738b0e4ab8100c7708a4ace1d0d4f' as 'skel' 4 years ago
.gitignore Merge commit 'aec17ca7969738b0e4ab8100c7708a4ace1d0d4f' as 'skel' 4 years ago
LICENSE Merge commit 'aec17ca7969738b0e4ab8100c7708a4ace1d0d4f' as 'skel' 4 years ago
README.md Merge commit 'aec17ca7969738b0e4ab8100c7708a4ace1d0d4f' as 'skel' 4 years ago

README.md

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"