This repository is a "scaffold" repository that is used to generate a "full project". The vast majority of projects written more recently follow the same pattern and it is useful to be able to generate the boilerplate of such projects quckly.
License |
MIT |
---|---|
Language |
en-AU¹ |
export PROJECT="foo"
export NAMESPACE="littlemanco"
mkdir $PROJECT
cd $PROJECT
git init
git remote add origin "[email protected]:$NAMESPACE/$PROJECT.git"
oilr template use proj
git add .
git commit -F- <<EOF
Initial commit
This project is a project that has been bootstrapped with the bootstrap
template:
https://l.littleman.co/35TiARb
EOF
-
The team behind boilr, subsequently forked into oilr
-
Lingoes.net,. (2015). Language Code Table. Retrieved 4 June 2015, from http://www.lingoes.net/en/translator/langcode.htm