Table of Contents
The purpose of this repository is to centralize all standards that must be applied to AeroGear projects.
-
The name of the projects in this organization should follow the standard
aerogear-<project-name>
.
-
.adoc - (Format for the docs in the repo)
-
Shields.io - For customizations
-
Golang type/language
Standards in this repository can be applied to all organization repositories. To update standards in AeroGear organization please follow steps bellow:
-
Review apply.js script with repositories that you want to update. Check the constant
reposToClone
value to see what repositories we should use to apply the changes. -
Execute following commands
npm i
npm run apply