Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.01 KB

README.adoc

File metadata and controls

52 lines (36 loc) · 1.01 KB

Project

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¹

Installation

oilr template download littlemanco/oilr--proj proj

Usage

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

Thanks

References

  1. Lingoes.net,. (2015). Language Code Table. Retrieved 4 June 2015, from http://www.lingoes.net/en/translator/langcode.htm