added: template ID generator for readme

This commit is contained in:
Kasra Bigdeli
2017-11-01 22:39:59 -07:00
parent 6321fac20b
commit 62830cc4a0
3 changed files with 1565 additions and 0 deletions
+1554
View File
File diff suppressed because it is too large Load Diff
+8
View File
@@ -154,6 +154,14 @@ class TemplateHelper {
self.cachedImageTags = tempCache;
// Used for README
for (let tempIdx = 0; tempIdx < self.templates.length; tempIdx++) {
Logger.d(' ');
Logger.d(self.templates[tempIdx].templateName + '/');
Logger.d(self.getDockerVersionsForTemplateName(self.templates[tempIdx].templateName).join(', '));
Logger.d(' ');
}
setTimeout(function () {
self.updateCachedImageTags();
+3
View File
@@ -44,6 +44,9 @@ Captain definition file for a nodejs application is:
}
```
See https://github.com/githubsaturn/captainduckduck/blob/master/README.md for more details on Captain Definition file.
After making sure that this file exists, run the following command and answers questions:
```bash