Skip to content

A project starter template

Notifications You must be signed in to change notification settings

clouds-engineer/project-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project name

Links

How to use this template

#!/usr/bin/env bash

PROJECT_DIR=${PROJECT_NAME:?"PROJECT_NAME environment variable must be set."}

git clone --depth=1  git@github.com:clouds-engineer/project-template.git ${PROJECT_DIR}
cd ${PROJECT_DIR}
rm -rf .git
cp .envrc.example .envrc
cp .env.example .env
git init

About

A project starter template

Resources

Stars

Watchers

Forks

Languages