6 Commits

Author SHA1 Message Date
f80ab7f5d8 README fixes 2018-08-22 10:32:40 -05:00
3328248274 Apply standard/enforced code format with prettier.
This commit marks applying prettier to the whole of git history up to this point and prettier is used to enforce format via pre-commit hook. The command used was: `git filter-branch -f --tree-filter 'prettier --no-config --single-quote --tab-width=1 --print-width=100 --use-tabs --trailing-comma=none --prose-wrap=always --write "{.,{packages,bin}/**}/*.{js,json,md}" || echo "Error formatting, possibly invalid JS"' -- --all`
2018-07-19 07:52:42 -05:00
2f0620cd35 Add trimkit to the base Readme 2017-01-20 22:57:22 -06:00
996ba336e2 README cleanup 2017-01-20 22:39:44 -06:00
5f07b856b3 Add in all the code. 2017-01-20 22:39:44 -06:00
ad639cc5d8 Initial commit 2017-01-20 22:39:44 -06:00