Skip to content

littlemanco/the-golden-path.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A template for writing a new tool or service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published